149 lines
4.7 KiB
JSON
149 lines
4.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "when@^3.7.5",
|
|
"scope": null,
|
|
"escapedName": "when",
|
|
"name": "when",
|
|
"rawSpec": "^3.7.5",
|
|
"spec": ">=3.7.5 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/dold/repos/taler/wallet-webex/node_modules/systemjs"
|
|
]
|
|
],
|
|
"_from": "when@>=3.7.5 <4.0.0",
|
|
"_id": "when@3.7.7",
|
|
"_inCache": true,
|
|
"_location": "/when",
|
|
"_nodeVersion": "4.2.3",
|
|
"_npmUser": {
|
|
"name": "cujojs",
|
|
"email": "info@cujojs.com"
|
|
},
|
|
"_npmVersion": "2.14.7",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "when@^3.7.5",
|
|
"scope": null,
|
|
"escapedName": "when",
|
|
"name": "when",
|
|
"rawSpec": "^3.7.5",
|
|
"spec": ">=3.7.5 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/systemjs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/when/-/when-3.7.7.tgz",
|
|
"_shasum": "aba03fc3bb736d6c88b091d013d8a8e590d84718",
|
|
"_shrinkwrap": null,
|
|
"_spec": "when@^3.7.5",
|
|
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/systemjs",
|
|
"browser": {
|
|
"when": "./dist/browser/when.js",
|
|
"vertx": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cujojs/when/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Cavalier",
|
|
"url": "http://hovercraftstudios.com"
|
|
},
|
|
{
|
|
"name": "John Hann",
|
|
"url": "http://unscriptable.com"
|
|
},
|
|
{
|
|
"name": "Scott Andrews"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
|
|
"devDependencies": {
|
|
"benchmark": "~1",
|
|
"browserify": "~2",
|
|
"buster": "~0.7",
|
|
"exorcist": "~0.4",
|
|
"jshint": "~2",
|
|
"json5": "~0.2",
|
|
"microtime": "~0",
|
|
"optimist": "~0.6",
|
|
"poly": "^0.6.1",
|
|
"promises-aplus-tests": "~2",
|
|
"rest": "1.1.x",
|
|
"sauce-connect-launcher": "~0.4",
|
|
"uglify-js": "~2",
|
|
"wd": "~0.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "aba03fc3bb736d6c88b091d013d8a8e590d84718",
|
|
"tarball": "https://registry.npmjs.org/when/-/when-3.7.7.tgz"
|
|
},
|
|
"ender": {
|
|
"files": [
|
|
"*.js",
|
|
"lib/*.js",
|
|
"node/*.js",
|
|
"unfold/*.js",
|
|
"monitor/*.js",
|
|
"lib/decorators/*.js"
|
|
]
|
|
},
|
|
"gitHead": "1516d791439f28cbb8f1854d16fef15e904a8a83",
|
|
"homepage": "http://cujojs.com",
|
|
"keywords": [
|
|
"cujo",
|
|
"Promises/A+",
|
|
"promises-aplus",
|
|
"promise",
|
|
"promises",
|
|
"deferred",
|
|
"deferreds",
|
|
"when",
|
|
"async",
|
|
"asynchronous",
|
|
"ender"
|
|
],
|
|
"license": "MIT",
|
|
"main": "when.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "cujojs",
|
|
"email": "info@cujojs.com"
|
|
}
|
|
],
|
|
"name": "when",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cujojs/when.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "node benchmark/promise && node benchmark/map",
|
|
"browser-test": "npm run build-browser-test && buster-static -e browser -p 8080",
|
|
"browserify": "npm run browserify-es6 && npm run browserify-when && npm run browserify-debug",
|
|
"browserify-debug": "mkdir -p dist/browser && browserify -s when build/when.browserify-debug.js --no-detect-globals --debug | exorcist -b . -r https://raw.githubusercontent.com/cujojs/when/`git rev-parse HEAD` dist/browser/when.debug.js.map >dist/browser/when.debug.js",
|
|
"browserify-es6": "browserify -s Promise es6-shim/Promise.browserify-es6.js --no-detect-globals --debug | exorcist -b . -r https://raw.githubusercontent.com/cujojs/when/`git rev-parse HEAD` es6-shim/Promise.js.map >es6-shim/Promise.js",
|
|
"browserify-when": "mkdir -p dist/browser && browserify -s when build/when.browserify.js --no-detect-globals --debug | exorcist -b . -r https://raw.githubusercontent.com/cujojs/when/`git rev-parse HEAD` dist/browser/when.js.map >dist/browser/when.js",
|
|
"build-browser-test": "browserify ./node_modules/poly/es5.js -o test/browser/es5.js && browserify ./test/*-test.js ./test/**/*-test.js -o test/browser/tests.js -x buster ",
|
|
"ci": "npm test && node test/sauce.js",
|
|
"prepublish": "npm run browserify && npm run uglify",
|
|
"preversion": "npm run browserify && npm run uglify",
|
|
"start": "buster-static -e browser",
|
|
"test": "jshint . && buster-test -e node && promises-aplus-tests test/promises-aplus-adapter.js",
|
|
"tunnel": "node test/sauce.js -m",
|
|
"uglify": "npm run uglify-es6 && npm run uglify-when",
|
|
"uglify-es6": "cd es6-shim; uglifyjs Promise.js --compress --mangle --in-source-map Promise.js.map --source-map Promise.min.js.map -o Promise.min.js; cd ../..",
|
|
"uglify-when": "cd dist/browser; uglifyjs when.js --compress --mangle --in-source-map when.js.map --source-map when.min.js.map -o when.min.js; cd ../.."
|
|
},
|
|
"version": "3.7.7"
|
|
}
|