123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_args": [
- [
- {
- "raw": "lie@3.0.2",
- "scope": null,
- "escapedName": "lie",
- "name": "lie",
- "rawSpec": "3.0.2",
- "spec": "3.0.2",
- "type": "version"
- },
- "/Users/tennesseeg/blueCoin/node_modules/localforage"
- ]
- ],
- "_from": "lie@3.0.2",
- "_id": "lie@3.0.2",
- "_inCache": true,
- "_location": "/lie",
- "_nodeVersion": "5.4.0",
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- "_npmVersion": "3.3.12",
- "_phantomChildren": {},
- "_requested": {
- "raw": "lie@3.0.2",
- "scope": null,
- "escapedName": "lie",
- "name": "lie",
- "rawSpec": "3.0.2",
- "spec": "3.0.2",
- "type": "version"
- },
- "_requiredBy": [
- "/localforage"
- ],
- "_resolved": "https://registry.npmjs.org/lie/-/lie-3.0.2.tgz",
- "_shasum": "ffda21d7bba26f377cad865d3649b2fc8ce39fea",
- "_shrinkwrap": null,
- "_spec": "lie@3.0.2",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/localforage",
- "browserify": {
- "transform": [
- "inline-process-browser",
- "unreachable-branch-transform",
- "es3ify"
- ]
- },
- "bugs": {
- "url": "https://github.com/calvinmetcalf/lie/issues"
- },
- "contributors": [
- {
- "name": "Ruben Verborgh",
- "email": "ruben.verborgh@gmail.com"
- },
- {
- "name": "Calvin Metcalf",
- "email": "calvin.metcalf@gmail.com"
- },
- {
- "name": "Sam Hocevar",
- "email": "sam@hocevar.net"
- },
- {
- "name": "Christoph Burgmer"
- }
- ],
- "dependencies": {
- "es3ify": "^0.1.3",
- "immediate": "~3.0.5",
- "inline-process-browser": "^1.0.0",
- "unreachable-branch-transform": "^0.3.0"
- },
- "description": "A basic but performant promise implementation",
- "devDependencies": {
- "browserify": "^11.0.0",
- "derequire": "^1.2.0",
- "istanbul": "^0.2.6",
- "jshint": "^2.4.4",
- "mocha": "^1.18.0",
- "mocha-phantomjs": "~3.5.0",
- "phantomjs": "^1.9.9",
- "promises-aplus-tests": "github:calvinmetcalf/promises-tests#phantom",
- "uglify-js": "^2.4.13"
- },
- "directories": {},
- "dist": {
- "shasum": "ffda21d7bba26f377cad865d3649b2fc8ce39fea",
- "tarball": "https://registry.npmjs.org/lie/-/lie-3.0.2.tgz"
- },
- "gitHead": "a8775403f13c24fb1ba2615b26b82e3fb7819767",
- "homepage": "https://github.com/calvinmetcalf/lie#readme",
- "keywords": [
- "lie",
- "promise",
- "async",
- "aplus"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- }
- ],
- "name": "lie",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/calvinmetcalf/lie.git"
- },
- "scripts": {
- "browser": "browserify test/cover.js > test/browser.js && mocha-phantomjs test/test.html",
- "build": "npm run build-js && npm run build-min && npm run build-poly",
- "build-js": "browserify -s Promise ./lib/index.js | derequire > ./dist/lie.js",
- "build-min": "uglifyjs ./dist/lie.js -mc > ./dist/lie.min.js",
- "build-poly": "npm run build-poly-js && npm run build-poly-min",
- "build-poly-js": "browserify ./polyfill.js | derequire > ./dist/lie.polyfill.js",
- "build-poly-min": "uglifyjs ./dist/lie.polyfill.js -mc > ./dist/lie.polyfill.min.js",
- "cover": "istanbul cover _mocha ./test/cover.js -- -R spec && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100",
- "jshint": "jshint lib/*.js",
- "node": "mocha -R spec ./test/cover.js",
- "test": "jshint lib/*.js && mocha -R nyan ./test/cover.js"
- },
- "version": "3.0.2"
- }
|