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.
 
 

84 lines
1.9 KiB

{
"_args": [
[
"strip-json-comments@1.0.4",
"/Users/manthony/repos/docs.blockstack"
]
],
"_development": true,
"_from": "strip-json-comments@1.0.4",
"_id": "strip-json-comments@1.0.4",
"_inBundle": false,
"_integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
"_location": "/strip-json-comments",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-json-comments@1.0.4",
"name": "strip-json-comments",
"escapedName": "strip-json-comments",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/Users/manthony/repos/docs.blockstack",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": {
"strip-json-comments": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
},
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"cli.js",
"strip-json-comments.js"
],
"homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
"keywords": [
"json",
"strip",
"remove",
"delete",
"trim",
"comments",
"multiline",
"parse",
"config",
"configuration",
"conf",
"settings",
"util",
"env",
"environment",
"cli",
"bin"
],
"license": "MIT",
"main": "strip-json-comments",
"name": "strip-json-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-json-comments.git"
},
"scripts": {
"test": "mocha --ui tdd"
},
"version": "1.0.4"
}