aboutsummaryrefslogtreecommitdiff
path: root/node_modules/spdx-correct/package.json
blob: f3da33b0e7ab588d5540bf0bf7960d63b735b080 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      {
        "raw": "spdx-correct@~1.0.0",
        "scope": null,
        "escapedName": "spdx-correct",
        "name": "spdx-correct",
        "rawSpec": "~1.0.0",
        "spec": ">=1.0.0 <1.1.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/validate-npm-package-license"
    ]
  ],
  "_from": "spdx-correct@>=1.0.0 <1.1.0",
  "_id": "spdx-correct@1.0.2",
  "_inCache": true,
  "_location": "/spdx-correct",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "kemitchell",
    "email": "kyle@kemitchell.com"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "spdx-correct@~1.0.0",
    "scope": null,
    "escapedName": "spdx-correct",
    "name": "spdx-correct",
    "rawSpec": "~1.0.0",
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/validate-npm-package-license"
  ],
  "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
  "_shasum": "4b3073d933ff51f3912f03ac5519498a4150db40",
  "_shrinkwrap": null,
  "_spec": "spdx-correct@~1.0.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/validate-npm-package-license",
  "author": {
    "name": "Kyle E. Mitchell",
    "email": "kyle@kemitchell.com",
    "url": "https://kemitchell.com"
  },
  "bugs": {
    "url": "https://github.com/kemitchell/spdx-correct.js/issues"
  },
  "dependencies": {
    "spdx-license-ids": "^1.0.2"
  },
  "description": "correct invalid SPDX identifiers",
  "devDependencies": {
    "defence-cli": "^1.0.1",
    "replace-require-self": "^1.0.0",
    "spdx-expression-parse": "^1.0.0",
    "tape": "~4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "4b3073d933ff51f3912f03ac5519498a4150db40",
    "tarball": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz"
  },
  "gitHead": "8430a3ad521e1455208db33faafcb79c7b074236",
  "homepage": "https://github.com/kemitchell/spdx-correct.js#readme",
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata"
  ],
  "license": "Apache-2.0",
  "maintainers": [
    {
      "name": "kemitchell",
      "email": "kyle@kemitchell.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "spdx-correct",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kemitchell/spdx-correct.js.git"
  },
  "scripts": {
    "test": "defence README.md | replace-require-self | node && tape *.test.js"
  },
  "version": "1.0.2"
}