1{ 2 "_from": "asap@^2.0.0", 3 "_id": "asap@2.0.6", 4 "_inBundle": false, 5 "_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", 6 "_location": "/asap", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "asap@^2.0.0", 12 "name": "asap", 13 "escapedName": "asap", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/dezalgo", 20 "/promise" 21 ], 22 "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", 23 "_shasum": "e50347611d7e690943208bbdafebcbc2fb866d46", 24 "_spec": "asap@^2.0.0", 25 "_where": "/Users/rebecca/code/npm/node_modules/dezalgo", 26 "browser": { 27 "./asap": "./browser-asap.js", 28 "./asap.js": "./browser-asap.js", 29 "./raw": "./browser-raw.js", 30 "./raw.js": "./browser-raw.js", 31 "./test/domain.js": "./test/browser-domain.js" 32 }, 33 "bugs": { 34 "url": "https://github.com/kriskowal/asap/issues" 35 }, 36 "bundleDependencies": false, 37 "deprecated": false, 38 "description": "High-priority task queue for Node.js and browsers", 39 "devDependencies": { 40 "benchmark": "^1.0.0", 41 "events": "^1.0.1", 42 "jshint": "^2.5.1", 43 "knox": "^0.8.10", 44 "mr": "^2.0.5", 45 "opener": "^1.3.0", 46 "q": "^2.0.3", 47 "q-io": "^2.0.3", 48 "saucelabs": "^0.1.1", 49 "wd": "^0.2.21", 50 "weak-map": "^1.0.5" 51 }, 52 "files": [ 53 "raw.js", 54 "asap.js", 55 "browser-raw.js", 56 "browser-asap.js" 57 ], 58 "homepage": "https://github.com/kriskowal/asap#readme", 59 "keywords": [ 60 "event", 61 "task", 62 "queue" 63 ], 64 "license": "MIT", 65 "main": "./asap.js", 66 "name": "asap", 67 "react-native": { 68 "domain": false 69 }, 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/kriskowal/asap.git" 73 }, 74 "scripts": { 75 "benchmarks": "node benchmarks", 76 "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)", 77 "test": "npm run lint && npm run test-node", 78 "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener", 79 "test-node": "node test/asap-test.js", 80 "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy", 81 "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json", 82 "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json", 83 "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json", 84 "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json", 85 "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker" 86 }, 87 "version": "2.0.6" 88} 89