package.json
2.54 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
{
"_from": "es6-promise@3.2.1",
"_id": "es6-promise@3.2.1",
"_inBundle": false,
"_integrity": "sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q=",
"_location": "/es6-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "es6-promise@3.2.1",
"name": "es6-promise",
"escapedName": "es6-promise",
"rawSpec": "3.2.1",
"saveSpec": null,
"fetchSpec": "3.2.1"
},
"_requiredBy": [
"/mongodb"
],
"_resolved": "http://registry.npmjs.org/es6-promise/-/es6-promise-3.2.1.tgz",
"_shasum": "ec56233868032909207170c39448e24449dd1fc4",
"_spec": "es6-promise@3.2.1",
"_where": "D:\\OSS project\\YTMT\\node_modules\\mongodb",
"author": {
"name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
"url": "Conversion to ES6 API by Jake Archibald"
},
"browser": {
"vertx": false
},
"bugs": {
"url": "https://github.com/jakearchibald/ES6-Promises/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A lightweight library that provides tools for organizing asynchronous code",
"devDependencies": {
"babel-eslint": "^6.0.0",
"broccoli-es6-module-transpiler": "^0.5.0",
"broccoli-jshint": "^2.1.0",
"broccoli-merge-trees": "^1.1.1",
"broccoli-replace": "^0.12.0",
"broccoli-stew": "^1.2.0",
"broccoli-uglify-js": "^0.1.3",
"broccoli-watchify": "^0.2.0",
"ember-cli": "2.5.0",
"ember-publisher": "0.0.7",
"git-repo-version": "0.0.3",
"json3": "^3.3.2",
"mocha": "^1.20.1",
"promises-aplus-tests-phantom": "^2.1.0-revise",
"release-it": "0.0.10"
},
"directories": {
"lib": "lib"
},
"files": [
"dist",
"lib",
"!dist/test"
],
"homepage": "https://github.com/jakearchibald/ES6-Promises#readme",
"keywords": [
"promises",
"futures"
],
"license": "MIT",
"main": "dist/es6-promise.js",
"name": "es6-promise",
"namespace": "es6-promise",
"repository": {
"type": "git",
"url": "git://github.com/jakearchibald/ES6-Promises.git"
},
"scripts": {
"build": "ember build",
"build:production": "ember build --environment production",
"dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive",
"lint": "jshint lib",
"prepublish": "ember build --environment production",
"start": "ember s",
"test": "ember test",
"test:node": "ember build && mocha ./dist/test/browserify",
"test:server": "ember test --server"
},
"spm": {
"main": "dist/es6-promise.js"
},
"version": "3.2.1"
}