summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/spdx/node_modules/spdx-license-ids/package.json
blob: e6e341b111d03a20a8e892f8a15ff3d1bdc39b0e (plain)
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
{
  "name": "spdx-license-ids",
  "version": "1.0.1",
  "description": "A list of SPDX license identifiers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  },
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "scripts": {
    "build": "node --harmony_arrow_functions build.js",
    "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",
    "coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
  },
  "license": "Unlicense",
  "main": "spdx-license-ids.json",
  "files": [
    "spdx-license-ids.json"
  ],
  "keywords": [
    "spdx",
    "license",
    "licenses",
    "id",
    "identifier",
    "identifiers",
    "json",
    "array",
    "oss",
    "browser",
    "client-side"
  ],
  "devDependencies": {
    "@shinnn/eslintrc": "^1.0.0",
    "each-async": "^1.1.1",
    "eslint": "^0.21.2",
    "got": "^3.2.0",
    "istanbul": "^0.3.14",
    "istanbul-coveralls": "^1.0.2",
    "require-bower-files": "^2.0.0",
    "rm-rf": "^0.1.0",
    "stringify-object": "^2.0.0",
    "tape": "^4.0.0"
  },
  "gitHead": "05c7466fcd62c8642006ef354c95064fcade3a03",
  "bugs": {
    "url": "https://github.com/shinnn/spdx-license-ids/issues"
  },
  "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  "_id": "spdx-license-ids@1.0.1",
  "_shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4",
  "_from": "spdx-license-ids@>=1.0.0 <2.0.0",
  "_npmVersion": "2.10.1",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "dist": {
    "shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4",
    "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz",
  "readme": "ERROR: No README data found!"
}