Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « spdx-correct « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d331fa7e9ff060557857f133b8dd2e4b749bb2d3 (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
{
  "_args": [
    [
      "spdx-correct@~1.0.0",
      "/Users/rebecca/code/npm/node_modules/validate-npm-package-license"
    ]
  ],
  "_from": "spdx-correct@>=1.0.0 <1.1.0",
  "_id": "spdx-correct@1.0.0",
  "_inCache": true,
  "_location": "/spdx-correct",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "email": "kyle@kemitchell.com",
    "name": "kemitchell"
  },
  "_npmVersion": "2.11.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "spdx-correct",
    "raw": "spdx-correct@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "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.0.tgz",
  "_shasum": "c2a8654a5a56d8b2d44ee82dfdfc24aaec6b702c",
  "_shrinkwrap": null,
  "_spec": "spdx-correct@~1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/validate-npm-package-license",
  "author": {
    "email": "kyle@kemitchell.com",
    "name": "Kyle E. Mitchell",
    "url": "http://kemitchell.com"
  },
  "bugs": {
    "url": "https://github.com/kemitchell/spdx-correct.js/issues"
  },
  "dependencies": {
    "spdx": "^0.4.0"
  },
  "description": "correct invalid SPDX identifiers",
  "devDependencies": {
    "jscs": "~1.13.1",
    "jshint": "~2.8.0",
    "jsmd": "~0.3.0",
    "tape": "~4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c2a8654a5a56d8b2d44ee82dfdfc24aaec6b702c",
    "tarball": "http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.0.tgz"
  },
  "gitHead": "eab00824e5a1281fd7c522f33f0498c7d1cedd13",
  "homepage": "https://github.com/kemitchell/spdx-correct.js",
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata"
  ],
  "license": "Apache-2.0",
  "main": "spdx-correct.js",
  "maintainers": [
    {
      "name": "kemitchell",
      "email": "kyle@kemitchell.com"
    }
  ],
  "name": "spdx-correct",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kemitchell/spdx-correct.js.git"
  },
  "scripts": {
    "lint": "jshint spdx-correct.js test && jscs spdx-correct.js test",
    "precommit": "npm run lint && npm run test",
    "test": "jsmd README.md && tape test/*.test.js"
  },
  "version": "1.0.0"
}