package.json
3.4 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
{
"_args": [
[
"es6-promise",
"/Users/AlexWang/ws/LiveClass"
]
],
"_cnpm_publish_time": 1463027774641,
"_from": "es6-promise@latest",
"_id": "es6-promise@3.2.1",
"_inCache": true,
"_installable": true,
"_location": "/es6-promise",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/es6-promise-3.2.1.tgz_1463027774105_0.6333294357173145"
},
"_npmUser": {
"email": "stefan.penner@gmail.com",
"name": "stefanpenner"
},
"_npmVersion": "3.8.8",
"_phantomChildren": {},
"_requested": {
"name": "es6-promise",
"raw": "es6-promise",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/es6-promise/download/es6-promise-3.2.1.tgz",
"_shasum": "ec56233868032909207170c39448e24449dd1fc4",
"_shrinkwrap": null,
"_spec": "es6-promise",
"_where": "/Users/AlexWang/ws/LiveClass",
"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"
},
"dependencies": {},
"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"
},
"dist": {
"noattachment": false,
"shasum": "ec56233868032909207170c39448e24449dd1fc4",
"size": 22869,
"tarball": "http://registry.npm.taobao.org/es6-promise/download/es6-promise-3.2.1.tgz"
},
"files": [
"dist",
"lib",
"!dist/test"
],
"gitHead": "5df472ec56d5b9fbc76589383852008d46055c61",
"homepage": "https://github.com/jakearchibald/ES6-Promises#readme",
"keywords": [
"promises",
"futures"
],
"license": "MIT",
"main": "dist/es6-promise.js",
"maintainers": [
{
"email": "jaffathecake@gmail.com",
"name": "jaffathecake"
},
{
"email": "stefan.penner@gmail.com",
"name": "stefanpenner"
}
],
"name": "es6-promise",
"namespace": "es6-promise",
"optionalDependencies": {},
"publish_time": 1463027774641,
"readme": "ERROR: No README data found!",
"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"
}