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
| {
| "_args": [
| [
| "doctrine@0.7.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "doctrine@0.7.2",
| "_id": "doctrine@0.7.2",
| "_inBundle": false,
| "_integrity": "sha1-fLhgNZujvpDgQLJrcpzkv6ZUxSM=",
| "_location": "/doctrine",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "doctrine@0.7.2",
| "name": "doctrine",
| "escapedName": "doctrine",
| "rawSpec": "0.7.2",
| "saveSpec": null,
| "fetchSpec": "0.7.2"
| },
| "_requiredBy": [
| "/tslint-eslint-rules"
| ],
| "_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.7.2.tgz",
| "_spec": "0.7.2",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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.9.0",
| "gulp": "^3.8.10",
| "gulp-bump": "^0.1.13",
| "gulp-eslint": "^0.5.0",
| "gulp-filter": "^2.0.2",
| "gulp-git": "^1.0.0",
| "gulp-istanbul": "^0.6.0",
| "gulp-jshint": "^1.9.0",
| "gulp-mocha": "^2.0.0",
| "gulp-tag-version": "^1.2.1",
| "jshint-stylish": "^1.0.0",
| "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"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "lib",
| "LICENSE.BSD",
| "LICENSE.closure-compiler",
| "LICENSE.esprima",
| "README.md"
| ],
| "homepage": "https://github.com/eslint/doctrine",
| "licenses": [
| {
| "type": "BSD",
| "url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
| }
| ],
| "main": "lib/doctrine.js",
| "maintainers": [
| {
| "name": "Yusuke Suzuki",
| "email": "utatane.tea@gmail.com",
| "url": "http://github.com/Constellation"
| }
| ],
| "name": "doctrine",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/eslint/doctrine.git"
| },
| "scripts": {
| "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
| "lint": "gulp lint",
| "test": "gulp",
| "unit-test": "gulp test"
| },
| "version": "0.7.2"
| }
|
|