summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/strip-json-comments/package.json
blob: d011732c3d30bbedcabd1cd31efcd1f7c90f3c68 (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
99
100
101
102
103
104
{
  "_args": [
    [
      "strip-json-comments@~1.0.1",
      "/Users/mzasso/git/forks/node/node_modules/eslint"
    ]
  ],
  "_from": "strip-json-comments@>=1.0.1 <1.1.0",
  "_id": "strip-json-comments@1.0.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/strip-json-comments",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "strip-json-comments",
    "raw": "strip-json-comments@~1.0.1",
    "rawSpec": "~1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
  "_shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
  "_shrinkwrap": null,
  "_spec": "strip-json-comments@~1.0.1",
  "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bin": {
    "strip-json-comments": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  },
  "dependencies": {},
  "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
    "tarball": "http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "cli.js",
    "strip-json-comments.js"
  ],
  "gitHead": "f58348696368583cc5bb18525fe31eacc9bd00e1",
  "homepage": "https://github.com/sindresorhus/strip-json-comments",
  "keywords": [
    "bin",
    "cli",
    "comments",
    "conf",
    "config",
    "configuration",
    "delete",
    "env",
    "environment",
    "json",
    "multiline",
    "parse",
    "remove",
    "settings",
    "strip",
    "trim",
    "util"
  ],
  "license": "MIT",
  "main": "strip-json-comments",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "strip-json-comments",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  },
  "scripts": {
    "test": "mocha --ui tdd"
  },
  "version": "1.0.4"
}