package.json
2.58 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
{
"_args": [
[
{
"raw": "eslint-plugin-promise@^3.4.0",
"scope": null,
"escapedName": "eslint-plugin-promise",
"name": "eslint-plugin-promise",
"rawSpec": "^3.4.0",
"spec": ">=3.4.0 <4.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "eslint-plugin-promise@>=3.4.0 <4.0.0",
"_id": "eslint-plugin-promise@3.4.2",
"_inCache": true,
"_location": "/eslint-plugin-promise",
"_nodeVersion": "4.3.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/eslint-plugin-promise-3.4.2.tgz_1487293006860_0.4550455594435334"
},
"_npmUser": {
"name": "xjamundx",
"email": "jamund@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "eslint-plugin-promise@^3.4.0",
"scope": null,
"escapedName": "eslint-plugin-promise",
"name": "eslint-plugin-promise",
"rawSpec": "^3.4.0",
"spec": ">=3.4.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.4.2.tgz",
"_shasum": "1be2793eafe2d18b5b123b8136c269f804fe7122",
"_shrinkwrap": null,
"_spec": "eslint-plugin-promise@^3.4.0",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "jden",
"email": "jason@denizac.org"
},
"bugs": {
"url": "https://github.com/xjamundx/eslint-plugin-promise/issues"
},
"dependencies": {},
"description": "Enforce best practices for JavaScript promises",
"devDependencies": {
"eslint": "^3.0",
"mocha": "^2.3.4",
"standard": "^7.1.2"
},
"directories": {},
"dist": {
"shasum": "1be2793eafe2d18b5b123b8136c269f804fe7122",
"tarball": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.4.2.tgz"
},
"engines": {
"node": ">=4"
},
"gitHead": "1aba2bdca970808589bbd6ee5e8f23257d6860e2",
"homepage": "https://github.com/xjamundx/eslint-plugin-promise#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"promise",
"promises"
],
"license": "ISC",
"maintainers": [
{
"name": "xjamundx",
"email": "jamund@gmail.com"
}
],
"name": "eslint-plugin-promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git"
},
"scripts": {
"pretest": "standard",
"test": "mocha test"
},
"version": "3.4.2"
}