github-pages-deploy-action/node_modules/strip-json-comments/package.json

82 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"strip-json-comments@3.0.1",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "strip-json-comments@3.0.1",
"_id": "strip-json-comments@3.0.1",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==",
2020-03-22 05:13:25 +08:00
"_location": "/strip-json-comments",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "strip-json-comments@3.0.1",
2020-03-22 05:13:25 +08:00
"name": "strip-json-comments",
"escapedName": "strip-json-comments",
2020-03-31 20:40:00 +08:00
"rawSpec": "3.0.1",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "3.0.1"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/eslint"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz",
"_spec": "3.0.1",
"_where": ".",
2020-03-07 11:45:40 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2020-03-22 05:13:25 +08:00
"bugs": {
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
},
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
"devDependencies": {
2020-03-31 20:40:00 +08:00
"ava": "^1.4.1",
"matcha": "^0.7.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
2020-03-22 05:13:25 +08:00
},
2020-03-07 11:45:40 +08:00
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=8"
2020-03-07 11:45:40 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
2020-03-07 11:45:40 +08:00
"keywords": [
"json",
"strip",
2020-03-31 20:40:00 +08:00
"comments",
2020-03-07 11:45:40 +08:00
"remove",
"delete",
"trim",
"multiline",
"parse",
"config",
"configuration",
"settings",
"util",
"env",
"environment"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
"name": "strip-json-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-json-comments.git"
},
"scripts": {
2020-03-31 20:40:00 +08:00
"bench": "matcha benchmark.js",
"test": "xo && ava && tsd"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:40:00 +08:00
"version": "3.0.1"
2020-03-07 11:45:40 +08:00
}