package.json
2.91 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
{
"_args": [
[
"spdx-license-ids@^1.0.2",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/spdx-correct"
]
],
"_from": "spdx-license-ids@>=1.0.2 <2.0.0",
"_id": "spdx-license-ids@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/spdx-license-ids",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "3.3.8",
"_phantomChildren": {},
"_requested": {
"name": "spdx-license-ids",
"raw": "spdx-license-ids@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/spdx-correct",
"/spdx-expression-parse"
],
"_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz",
"_shasum": "28694acdf39fe27de45143fff81f21f6c66d44ac",
"_shrinkwrap": null,
"_spec": "spdx-license-ids@^1.0.2",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/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/eslintrc": "^1.0.0",
"each-async": "^1.1.1",
"eslint": "^0.24.0",
"got": "^3.3.0",
"istanbul": "^0.3.17",
"require-bower-files": "^2.0.0",
"rimraf": "^2.4.1",
"stringify-object": "^2.2.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "28694acdf39fe27de45143fff81f21f6c66d44ac",
"tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz"
},
"files": [
"spdx-license-ids.json"
],
"gitHead": "769b83e3335426bd45f70b58b194b79e1d6c0583",
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
"keywords": [
"array",
"browser",
"client-side",
"id",
"identifier",
"identifiers",
"json",
"license",
"licenses",
"oss",
"spdx"
],
"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 --harmony_arrow_functions build.js",
"coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"lint": "eslint --config node_modules/@shinnn/eslintrc/rc.json --ignore-path .gitignore .",
"pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
"test": "node --harmony_arrow_functions test.js"
},
"version": "1.1.0"
}