프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / bluebird / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.86 KB)

1
{
2
  "_args": [
3
    [
4
      "bluebird@3.5.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "bluebird@3.5.0",
9
  "_id": "bluebird@3.5.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=",
12
  "_location": "/bluebird",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "bluebird@3.5.0",
18
    "name": "bluebird",
19
    "escapedName": "bluebird",
20
    "rawSpec": "3.5.0",
21
    "saveSpec": null,
22
    "fetchSpec": "3.5.0"
23
  },
24
  "_requiredBy": [
25
    "/mquery"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
28
  "_spec": "3.5.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Petka Antonov",
32
    "email": "petka_antonov@hotmail.com",
33
    "url": "http://github.com/petkaantonov/"
34
  },
35
  "browser": "./js/browser/bluebird.js",
36
  "bugs": {
37
    "url": "http://github.com/petkaantonov/bluebird/issues"
38
  },
39
  "description": "Full featured Promises/A+ implementation with exceptionally good performance",
40
  "devDependencies": {
41
    "acorn": "~0.6.0",
42
    "baconjs": "^0.7.43",
43
    "bluebird": "^2.9.2",
44
    "body-parser": "^1.10.2",
45
    "browserify": "^8.1.1",
46
    "cli-table": "~0.3.1",
47
    "co": "^4.2.0",
48
    "cross-spawn": "^0.2.3",
49
    "glob": "^4.3.2",
50
    "grunt-saucelabs": "~8.4.1",
51
    "highland": "^2.3.0",
52
    "istanbul": "^0.3.5",
53
    "jshint": "^2.6.0",
54
    "jshint-stylish": "~0.2.0",
55
    "kefir": "^2.4.1",
56
    "mkdirp": "~0.5.0",
57
    "mocha": "~2.1",
58
    "open": "~0.0.5",
59
    "optimist": "~0.6.1",
60
    "rimraf": "~2.2.6",
61
    "rx": "^2.3.25",
62
    "serve-static": "^1.7.1",
63
    "sinon": "~1.7.3",
64
    "uglify-js": "~2.4.16"
65
  },
66
  "files": [
67
    "js/browser",
68
    "js/release",
69
    "LICENSE"
70
  ],
71
  "homepage": "https://github.com/petkaantonov/bluebird",
72
  "keywords": [
73
    "promise",
74
    "performance",
75
    "promises",
76
    "promises-a",
77
    "promises-aplus",
78
    "async",
79
    "await",
80
    "deferred",
81
    "deferreds",
82
    "future",
83
    "flow control",
84
    "dsl",
85
    "fluent interface"
86
  ],
87
  "license": "MIT",
88
  "main": "./js/release/bluebird.js",
89
  "name": "bluebird",
90
  "repository": {
91
    "type": "git",
92
    "url": "git://github.com/petkaantonov/bluebird.git"
93
  },
94
  "scripts": {
95
    "generate-browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js",
96
    "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
97
    "istanbul": "istanbul",
98
    "lint": "node scripts/jshint.js",
99
    "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
100
    "test": "node tools/test.js"
101
  },
102
  "version": "3.5.0",
103
  "webpack": "./js/release/bluebird.js"
104
}