Merge 852fbc021dcd314f78b58db07351b4d2b5a58608 into 08c1f6599a1412b145c7bf645a1f28c14db12742

This commit is contained in:
Oskar Niburski 2018-12-05 07:57:24 +00:00 committed by GitHub
commit 397831c552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 110 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Dependency directory
node_modules
# Source maps
*.js.map
# Files marked with gitigx
*gitigx*

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "turn.js",
"version": "0.0.1",
"description": "A flip book JS library",
"license": "MIT",
"main": "turn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blasten/turn.js.git"
},
"author": "Emmanuel Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/blasten/turn.js/issues"
},
"homepage": "https://github.com/blasten/turn.js#readme",
"files": [
"LICENSE",
"changelog",
"turn.js"
],
"keywords": [
"turn",
"book",
"flip"
],
"dependencies": {
"jquery": "^1.7.0"
}
}

62
yarn-error.log Normal file
View File

@ -0,0 +1,62 @@
Arguments:
/usr/local/bin/node /usr/local/bin/yarn
PATH:
/Users/oskarniburski/.kiex/bin:/opt/local/bin:/opt/local/sbin:/Users/oskarniburski/go/bin:/Users/oskarniburski/anaconda/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7@global/bin:/Users/oskarniburski/.rvm/rubies/ruby-2.3.7/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/bin/:/Desktop/imgcat:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/local/sbin:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/go/bin:/Applications/Postgres.app/Contents/Versions/latest/bin
Yarn version:
0.27.5
Node version:
11.3.0
Platform:
darwin x64
npm manifest:
{
"name": "turn.js",
"version": "0.0.1",
"description": "A flip book JS library",
"license": "MIT",
"main": "turn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blasten/turn.js.git"
},
"author": "Oskar Niburski <oskarniburski@gmail.com> (http://raksonibs.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/blasten/turn.js/issues"
},
"homepage": "https://github.com/blasten/turn.js#readme",
"files": [
"LICENSE",
"changelog",
"turn.js"
],
"keywords": [
"turn",
"book",
"flip"
],
"dependencies": {
"jquery": "^1.7.0",
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /Users/oskarniburski/Desktop/kook/turn.js/package.json: Unexpected token } in JSON at position 705
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/util/fs.js:554:57
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13

7
yarn.lock Normal file
View File

@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
jquery@^1.7.0:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"