wishthis/node_modules/strip-json-comments/package.json

78 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"strip-json-comments@2.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "strip-json-comments@2.0.1",
"_id": "strip-json-comments@2.0.1",
"_inBundle": false,
"_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
"_location": "/strip-json-comments",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-json-comments@2.0.1",
"name": "strip-json-comments",
"escapedName": "strip-json-comments",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/rtlcss"
],
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2022-02-23 16:41:13 +00: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": {
"ava": "*",
"xo": "*"
},
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"json",
"strip",
"remove",
"delete",
"trim",
"comments",
"multiline",
"parse",
"config",
"configuration",
"conf",
"settings",
"util",
"env",
"environment"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"name": "strip-json-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-json-comments.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
2022-01-21 08:28:41 +00:00
}