package.json
4.32 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"_args": [
[
{
"raw": "when@^3.7.7",
"scope": null,
"escapedName": "when",
"name": "when",
"rawSpec": "^3.7.7",
"spec": ">=3.7.7 <4.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/accord"
]
],
"_from": "when@>=3.7.7 <4.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": {
"name": "cujojs",
"email": "info@cujojs.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "when@^3.7.7",
"scope": null,
"escapedName": "when",
"name": "when",
"rawSpec": "^3.7.7",
"spec": ">=3.7.7 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/accord"
],
"_resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
"_shasum": "c7130b6a7ea04693e842cdc9e7a1f2aa39a39f82",
"_shrinkwrap": null,
"_spec": "when@^3.7.7",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/accord",
"browser": {
"when": "./dist/browser/when.js",
"vertx": false
},
"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",
"node/*.js",
"unfold/*.js",
"monitor/*.js",
"lib/decorators/*.js"
]
},
"gitHead": "5c0a9ebaaf9bc859e76bd9584a9c9677e1e18f08",
"homepage": "http://cujojs.com",
"keywords": [
"cujo",
"Promises/A+",
"promises-aplus",
"promise",
"promises",
"deferred",
"deferreds",
"when",
"async",
"asynchronous",
"ender"
],
"license": "MIT",
"main": "when.js",
"maintainers": [
{
"name": "cujojs",
"email": "info@cujojs.com"
}
],
"name": "when",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}