{ "_args": [ [ "asap@~2.0.3", "/Users/michaelarchibald/projects/railsprojects/es6_tilt/test/dummy/app/assets/javascripts/node_modules/promise" ] ], "_from": "asap@>=2.0.3 <2.1.0", "_id": "asap@2.0.3", "_inCache": true, "_location": "/asap", "_nodeVersion": "1.8.1", "_npmUser": { "email": "kris.kowal@cixar.com", "name": "kriskowal" }, "_npmVersion": "2.8.3", "_phantomChildren": {}, "_requested": { "name": "asap", "raw": "asap@~2.0.3", "rawSpec": "~2.0.3", "scope": null, "spec": ">=2.0.3 <2.1.0", "type": "range" }, "_requiredBy": [ "/promise" ], "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.3.tgz", "_shasum": "1fc1d1564ee11620dfca6d67029850913f9f4679", "_shrinkwrap": null, "_spec": "asap@~2.0.3", "_where": "/Users/michaelarchibald/projects/railsprojects/es6_tilt/test/dummy/app/assets/javascripts/node_modules/promise", "browser": { "./asap.js": "./browser-asap.js", "./raw.js": "./browser-raw.js", "./test/domain.js": "./test/browser-domain.js" }, "bugs": { "url": "https://github.com/kriskowal/asap/issues" }, "dependencies": {}, "description": "High-priority task queue for Node.js and browsers", "devDependencies": { "events": "^1.0.1", "jshint": "^2.5.1", "knox": "^0.8.10", "mr": "^2.0.5", "opener": "^1.3.0", "q": "^2.0.3", "q-io": "^2.0.3", "saucelabs": "^0.1.1", "wd": "^0.2.21", "weak-map": "^1.0.5" }, "directories": {}, "dist": { "shasum": "1fc1d1564ee11620dfca6d67029850913f9f4679", "tarball": "http://registry.npmjs.org/asap/-/asap-2.0.3.tgz" }, "files": [ "asap.js", "browser-asap.js", "browser-raw.js", "raw.js" ], "gitHead": "ccbf94d4e4a0c3afc2df13331044020a46a74ab6", "homepage": "https://github.com/kriskowal/asap#readme", "installable": true, "keywords": [ "event", "queue", "task" ], "license": { "type": "MIT", "url": "https://github.com/kriskowal/asap/raw/master/LICENSE.md" }, "main": "./asap.js", "maintainers": [ { "name": "kriskowal", "email": "kris.kowal@cixar.com" }, { "name": "forbeslindesay", "email": "forbes@lindesay.co.uk" } ], "name": "asap", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/kriskowal/asap.git" }, "scripts": { "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)", "test": "npm run lint && npm run test-node", "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener", "test-node": "node test/asap-test.js", "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy", "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json", "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json", "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json", "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json", "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker" }, "version": "2.0.3" }