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

package.json « spdx « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1601c60119e8268a0ac8891a3edf5e590d2605d (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
{
  "name": "spdx",
  "description": "SPDX License Expression Syntax parser",
  "version": "0.4.1",
  "author": {
    "name": "Kyle E. Mitchell",
    "email": "kyle@kemitchell.com",
    "url": "http://kemitchell.com"
  },
  "bugs": {
    "url": "https://github.com/kemitchell/spdx.js/issues"
  },
  "dependencies": {
    "spdx-license-ids": "^1.0.0"
  },
  "devDependencies": {
    "docco": "^0.7.0",
    "fixpack": "^2.2.0",
    "jison": "^0.4.15",
    "jscs": "^1.12.0",
    "jshint": "^2.7.0",
    "jsmd": "^0.3.0"
  },
  "homepage": "https://github.com/kemitchell/spdx.js",
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata",
    "package",
    "package.json",
    "standards"
  ],
  "license": "Apache-2.0",
  "main": "source/spdx.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kemitchell/spdx.js.git"
  },
  "scripts": {
    "build": "node build/parser.js > source/parser.generated.js",
    "doc": "docco --output documentation source/spdx.js",
    "lint": "fixpack && jshint build source/spdx.js && jscs build source/spdx.js",
    "precommit": "npm run lint && npm run test",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "jsmd README.md"
  },
  "gitHead": "e98233f7ebfa27ceec7d9f9bd77d7eb003ca3210",
  "_id": "spdx@0.4.1",
  "_shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff",
  "_from": "spdx@>=0.4.0 <0.5.0",
  "_npmVersion": "2.11.0",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "kemitchell",
    "email": "kyle@kemitchell.com"
  },
  "maintainers": [
    {
      "name": "kemitchell",
      "email": "kyle@kemitchell.com"
    }
  ],
  "dist": {
    "shasum": "eb43a2d83483e7073d24184b5ca0d00f33e184ff",
    "tarball": "http://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/spdx/-/spdx-0.4.1.tgz",
  "readme": "ERROR: No README data found!"
}