diff options
Diffstat (limited to 'deps/npm/node_modules/asap/package.json')
-rw-r--r-- | deps/npm/node_modules/asap/package.json | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/deps/npm/node_modules/asap/package.json b/deps/npm/node_modules/asap/package.json new file mode 100644 index 0000000000..9e796295d7 --- /dev/null +++ b/deps/npm/node_modules/asap/package.json @@ -0,0 +1,123 @@ +{ + "_args": [ + [ + { + "name": "asap", + "raw": "asap", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "/Users/aleksey/npm" + ] + ], + "_from": "asap@latest", + "_id": "asap@2.0.4", + "_inCache": true, + "_installable": true, + "_location": "/asap", + "_nodeVersion": "0.10.32", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/asap-2.0.4.tgz_1463764720924_0.3805790115147829" + }, + "_npmUser": { + "email": "kris.kowal@cixar.com", + "name": "kriskowal" + }, + "_npmVersion": "2.14.7", + "_phantomChildren": {}, + "_requested": { + "name": "asap", + "raw": "asap", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://unpm.uberinternal.com/asap/-/asap-2.0.4.tgz", + "_shasum": "b391bf7f6bfbc65706022fec8f49c4b07fecf589", + "_shrinkwrap": null, + "_spec": "asap", + "_where": "/Users/aleksey/npm", + "browser": { + "./asap": "./browser-asap.js", + "./asap.js": "./browser-asap.js", + "./raw": "./browser-raw.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": { + "benchmark": "^1.0.0", + "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": "b391bf7f6bfbc65706022fec8f49c4b07fecf589", + "tarball": "https://unpm.uberinternal.com/asap/-/asap-2.0.4.tgz" + }, + "files": [ + "raw.js", + "asap.js", + "browser-raw.js", + "browser-asap.js" + ], + "gitHead": "26e815dafed7bc112924bf7a6be0d997abf1b407", + "homepage": "https://github.com/kriskowal/asap#readme", + "keywords": [ + "event", + "task", + "queue" + ], + "license": "MIT", + "main": "./asap.js", + "maintainers": [ + { + "email": "kris.kowal@cixar.com", + "name": "kriskowal" + }, + { + "email": "forbes@lindesay.co.uk", + "name": "forbeslindesay" + } + ], + "name": "asap", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/kriskowal/asap.git" + }, + "scripts": { + "benchmarks": "node benchmarks", + "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.4" +} |