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
|
{
"_args": [
[
"doctrine@^1.1.0",
"/Users/trott/test/node_modules/eslint"
]
],
"_from": "doctrine@>=1.1.0 <2.0.0",
"_id": "doctrine@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/eslint/doctrine",
"_npmUser": {
"email": "nicholas@nczconsulting.com",
"name": "nzakas"
},
"_npmVersion": "1.4.29",
"_phantomChildren": {},
"_requested": {
"name": "doctrine",
"raw": "doctrine@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.1.0.tgz",
"_shasum": "1c36612937cf7d1596b983e9c5d0c6233eeaa3cf",
"_shrinkwrap": null,
"_spec": "doctrine@^1.1.0",
"_where": "/Users/trott/test/node_modules/eslint",
"bugs": {
"url": "https://github.com/eslint/doctrine/issues"
},
"dependencies": {
"esutils": "^1.1.6",
"isarray": "0.0.1"
},
"description": "JSDoc parser",
"devDependencies": {
"coveralls": "^2.11.2",
"dateformat": "^1.0.11",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"linefix": "^0.1.1",
"mocha": "^2.3.3",
"npm-license": "^0.3.1",
"semver": "^5.0.3",
"shelljs": "^0.5.3",
"shelljs-nodecli": "^0.1.1",
"should": "^5.0.1"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "1c36612937cf7d1596b983e9c5d0c6233eeaa3cf",
"tarball": "http://registry.npmjs.org/doctrine/-/doctrine-1.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib",
"LICENSE.BSD",
"LICENSE.closure-compiler",
"LICENSE.esprima",
"README.md"
],
"gitHead": "165fc189b184b0daa72a2ee2f696e8cf7312d288",
"homepage": "https://github.com/eslint/doctrine",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
}
],
"main": "lib/doctrine.js",
"maintainers": [
{
"email": "utatane.tea@gmail.com",
"name": "constellation"
},
{
"email": "nicholas@nczconsulting.com",
"name": "nzakas"
}
],
"name": "doctrine",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/eslint/doctrine.git"
},
"scripts": {
"lint": "node Makefile.js lint",
"test": "node Makefile.js test"
},
"version": "1.1.0"
}
|