package.json
3.19 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
{
"_args": [
[
{
"raw": "spdx-license-ids@^1.0.2",
"scope": null,
"escapedName": "spdx-license-ids",
"name": "spdx-license-ids",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spdx-correct"
]
],
"_from": "spdx-license-ids@>=1.0.2 <2.0.0",
"_id": "spdx-license-ids@1.2.2",
"_inCache": true,
"_location": "/spdx-license-ids",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/spdx-license-ids-1.2.2.tgz_1469529975605_0.35518706892617047"
},
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "spdx-license-ids@^1.0.2",
"scope": null,
"escapedName": "spdx-license-ids",
"name": "spdx-license-ids",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/spdx-correct"
],
"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
"_shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
"_shrinkwrap": null,
"_spec": "spdx-license-ids@^1.0.2",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spdx-correct",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/spdx-license-ids/issues"
},
"dependencies": {},
"description": "A list of SPDX license identifiers",
"devDependencies": {
"@shinnn/eslint-config-node": "^3.0.0",
"chalk": "^1.1.3",
"eslint": "^3.1.1",
"get-spdx-license-ids": "^1.0.0",
"istanbul": "^0.4.4",
"loud-rejection": "^1.6.0",
"rimraf-promise": "^2.0.0",
"stringify-object": "^2.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"write-file-atomically": "1.0.0"
},
"directories": {},
"dist": {
"shasum": "c9df7a3424594ade6bd11900d596696dc06bac57",
"tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz"
},
"files": [
"spdx-license-ids.json"
],
"gitHead": "70e2541bf04b4fbef4c5df52c581a1861fd355b2",
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
"keywords": [
"spdx",
"license",
"licenses",
"id",
"identifier",
"identifiers",
"json",
"array",
"oss",
"browser",
"client-side"
],
"license": "Unlicense",
"main": "spdx-license-ids.json",
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"name": "spdx-license-ids",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/spdx-license-ids.git"
},
"scripts": {
"build": "node --strong_mode build.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
"lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
"pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
"test": "node --strong_mode test.js | tap-spec"
},
"version": "1.2.2"
}