wishthis/node_modules/gulp-json-editor/package.json

77 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"gulp-json-editor@2.5.6",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-json-editor@2.5.6",
"_id": "gulp-json-editor@2.5.6",
"_inBundle": false,
"_integrity": "sha512-66Xr6Q6m4mUNd0OOHflMB/RHgFNnLjlHgizOzUcx9CyMRymVZEM+/SpZcCDlvThBdXtQwXpdvtSepxVY/V6nQA==",
"_location": "/gulp-json-editor",
"_phantomChildren": {
"inherits": "2.0.4",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-json-editor@2.5.6",
"name": "gulp-json-editor",
"escapedName": "gulp-json-editor",
"rawSpec": "2.5.6",
"saveSpec": null,
"fetchSpec": "2.5.6"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-json-editor/-/gulp-json-editor-2.5.6.tgz",
"_spec": "2.5.6",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "rejas",
"url": "https://github.com/rejas"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/rejas/gulp-json-editor/issues"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
"deepmerge": "^4.2.2",
"detect-indent": "^6.0.0",
"js-beautify": "^1.13.13",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
2022-02-23 16:41:13 +00:00
"description": "A gulp plugin to edit JSON objects",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-gulp": "^5.0.1",
"gulp": "^4.0.2",
"mocha": "^8.4.0",
"should": "^13.2.3",
"vinyl": "^2.2.1"
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"gulpplugin",
"gulp",
"json"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "./index.js",
"name": "gulp-json-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/rejas/gulp-json-editor.git"
},
2022-01-21 08:28:41 +00:00
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha"
2022-02-23 16:41:13 +00:00
},
"version": "2.5.6"
2022-01-21 08:28:41 +00:00
}