1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
| {
| "_args": [
| [
| {
| "raw": "asap@~2.0.6",
| "scope": null,
| "escapedName": "asap",
| "name": "asap",
| "rawSpec": "~2.0.6",
| "spec": ">=2.0.6 <2.1.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/promise"
| ]
| ],
| "_from": "asap@>=2.0.6 <2.1.0",
| "_id": "asap@2.0.6",
| "_inCache": true,
| "_location": "/asap",
| "_nodeVersion": "6.9.5",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/asap-2.0.6.tgz_1499700096673_0.1125483822543174"
| },
| "_npmUser": {
| "name": "kriskowal",
| "email": "kris.kowal@cixar.com"
| },
| "_npmVersion": "3.10.10",
| "_phantomChildren": {},
| "_requested": {
| "raw": "asap@~2.0.6",
| "scope": null,
| "escapedName": "asap",
| "name": "asap",
| "rawSpec": "~2.0.6",
| "spec": ">=2.0.6 <2.1.0",
| "type": "range"
| },
| "_requiredBy": [
| "/promise"
| ],
| "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
| "_shasum": "e50347611d7e690943208bbdafebcbc2fb866d46",
| "_shrinkwrap": null,
| "_spec": "asap@~2.0.6",
| "_where": "/root/rushmail/node_modules/promise",
| "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": "e50347611d7e690943208bbdafebcbc2fb866d46",
| "tarball": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz"
| },
| "files": [
| "raw.js",
| "asap.js",
| "browser-raw.js",
| "browser-asap.js"
| ],
| "gitHead": "3e3d99381444379bb0483cb9216caa39ac67bebb",
| "homepage": "https://github.com/kriskowal/asap#readme",
| "keywords": [
| "event",
| "task",
| "queue"
| ],
| "license": "MIT",
| "main": "./asap.js",
| "maintainers": [
| {
| "name": "kriskowal",
| "email": "kris.kowal@cixar.com"
| },
| {
| "name": "forbeslindesay",
| "email": "forbes@lindesay.co.uk"
| }
| ],
| "name": "asap",
| "optionalDependencies": {},
| "react-native": {
| "domain": false
| },
| "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.6"
| }
|
|