mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.8 KiB
79 lines
1.8 KiB
10 years ago
|
{
|
||
|
"name": "strip-json-comments",
|
||
|
"version": "1.0.2",
|
||
|
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"strip",
|
||
|
"remove",
|
||
|
"delete",
|
||
|
"trim",
|
||
|
"comments",
|
||
|
"multiline",
|
||
|
"parse",
|
||
|
"config",
|
||
|
"configuration",
|
||
|
"conf",
|
||
|
"settings",
|
||
|
"util",
|
||
|
"env",
|
||
|
"environment",
|
||
|
"cli",
|
||
|
"bin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "http://sindresorhus.com"
|
||
|
},
|
||
|
"files": [
|
||
|
"cli.js",
|
||
|
"strip-json-comments.js"
|
||
|
],
|
||
|
"main": "strip-json-comments",
|
||
|
"bin": {
|
||
|
"strip-json-comments": "cli.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/strip-json-comments.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8.0"
|
||
|
},
|
||
|
"gitHead": "142dd671c71f90fb7fdba440184b1bb64543acb3",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/sindresorhus/strip-json-comments",
|
||
|
"_id": "strip-json-comments@1.0.2",
|
||
|
"_shasum": "5a48ab96023dbac1b7b8d0ffabf6f63f1677be9f",
|
||
|
"_from": "strip-json-comments@>=1.0.1 <1.1.0",
|
||
|
"_npmVersion": "2.1.2",
|
||
|
"_nodeVersion": "0.10.32",
|
||
|
"_npmUser": {
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "5a48ab96023dbac1b7b8d0ffabf6f63f1677be9f",
|
||
|
"tarball": "http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|