Blame view

node_modules/when/package.json 3.19 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "when@3.6.4",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "when@3.6.4",
    "_id": "when@3.6.4",
    "_inBundle": false,
    "_integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=",
    "_location": "/when",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "when@3.6.4",
      "name": "when",
      "escapedName": "when",
      "rawSpec": "3.6.4",
      "saveSpec": null,
      "fetchSpec": "3.6.4"
    },
    "_requiredBy": [
      "/stylus-loader"
    ],
    "_resolved": "https://registry.npmjs.org/when/-/when-3.6.4.tgz",
    "_spec": "3.6.4",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "browser": {
      "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"
      }
    ],
    "description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
    "devDependencies": {
      "benchmark": "~1",
      "browserify": "~2",
      "buster": "~0.7",
      "jshint": "~2",
      "json5": "~0.2",
      "microtime": "~0",
      "optimist": "~0.6",
      "poly": "git://github.com/cujojs/poly.git#0.6.0",
      "promises-aplus-tests": "~2",
      "rest": "1.1.x",
      "sauce-connect-launcher": "~0.4",
      "wd": "~0.2"
    },
    "directories": {
      "test": "test"
    },
    "ender": {
      "files": [
        "*.js",
        "lib/*.js",
        "node/*.js",
        "unfold/*.js",
        "monitor/*.js"
      ]
    },
    "homepage": "http://cujojs.com",
    "keywords": [
      "cujo",
      "Promises/A+",
      "promises-aplus",
      "promise",
      "promises",
      "deferred",
      "deferreds",
      "when",
      "async",
      "asynchronous",
      "ender"
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "http://www.opensource.org/licenses/mit-license.php"
      }
    ],
    "main": "when",
    "maintainers": [
      {
        "name": "Brian Cavalier",
        "url": "http://hovercraftstudios.com"
      },
      {
        "name": "John Hann",
        "url": "http://unscriptable.com"
      }
    ],
    "name": "when",
    "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": "browserify -s when build/when.browserify.js --no-detect-globals -o build/when.js",
      "browserify-debug": "browserify -s when build/when.browserify-debug.js --no-detect-globals -o build/when.js",
      "browserify-es6": "browserify -s Promise es6-shim/Promise.browserify-es6.js --no-detect-globals -o es6-shim/Promise.js",
      "build-browser-test": "browserify ./node_modules/poly/es5.js -o test/browser/es5.js && browserify ./test/*-test.js ./test/**/*-test.js -o test/browser/tests.js -x buster ",
      "ci": "npm test && node test/sauce.js",
      "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"
    },
    "version": "3.6.4"
  }