{ "_args": [ [ "when@^3.7.5", "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\systemjs" ] ], "_from": "when@>=3.7.5-0 <4.0.0-0", "_id": "when@3.7.8", "_inCache": true, "_location": "/when", "_nodeVersion": "6.9.4", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/when-3.7.8.tgz_1487551898694_0.25407310761511326" }, "_npmUser": { "email": "info@cujojs.com", "name": "cujojs" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "name": "when", "raw": "when@^3.7.5", "rawSpec": "^3.7.5", "scope": null, "spec": ">=3.7.5-0 <4.0.0-0", "type": "range" }, "_requiredBy": [ "/systemjs" ], "_resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz", "_shasum": "c7130b6a7ea04693e842cdc9e7a1f2aa39a39f82", "_shrinkwrap": null, "_spec": "when@^3.7.5", "_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\systemjs", "browser": { "vertx": false, "when": "./dist/browser/when.js" }, "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", "glob": "^7.1.1", "jshint": "~2", "json5": "~0.2", "microtime": "~2", "mkdirp": "^0.5.1", "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": "c7130b6a7ea04693e842cdc9e7a1f2aa39a39f82", "tarball": "https://registry.npmjs.org/when/-/when-3.7.8.tgz" }, "ender": { "files": [ "*.js", "lib/*.js", "lib/decorators/*.js", "monitor/*.js", "node/*.js", "unfold/*.js" ] }, "gitHead": "5c0a9ebaaf9bc859e76bd9584a9c9677e1e18f08", "homepage": "http://cujojs.com", "installable": true, "keywords": [ "Promises/A+", "async", "asynchronous", "cujo", "deferred", "deferreds", "ender", "promise", "promises", "promises-aplus", "when" ], "license": "MIT", "main": "when.js", "maintainers": [ { "name": "cujojs", "email": "info@cujojs.com" } ], "name": "when", "optionalDependencies": {}, "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": "node scripts/browserify.js debug", "browserify-es6": "node scripts/browserify.js es6", "browserify-when": "node scripts/browserify.js when", "build-browser-test": "browserify ./node_modules/poly/es5.js -o test/browser/es5.js && node scripts/browserify-tests", "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": "uglifyjs es6-shim/Promise.js --compress --mangle --in-source-map es6-shim/Promise.js.map --source-map es6-shim/Promise.min.js.map -o es6-shim/Promise.min.js", "uglify-when": "uglifyjs dist/browser/when.js --compress --mangle --in-source-map dist/browser/when.js.map --source-map dist/browser/when.min.js.map -o dist/browser/when.min.js" }, "version": "3.7.8" }