wishthis/node_modules/gulp-json-editor/package.json
2022-02-23 17:41:13 +01:00

76 lines
1.9 KiB
JSON

{
"_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",
"author": {
"name": "rejas",
"url": "https://github.com/rejas"
},
"bugs": {
"url": "https://github.com/rejas/gulp-json-editor/issues"
},
"dependencies": {
"deepmerge": "^4.2.2",
"detect-indent": "^6.0.0",
"js-beautify": "^1.13.13",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"description": "A gulp plugin to edit JSON objects",
"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"
},
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"license": "MIT",
"main": "./index.js",
"name": "gulp-json-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/rejas/gulp-json-editor.git"
},
"scripts": {
"eslint": "eslint *.js test/*.js",
"eslint:fix": "eslint --fix *.js test/*.js",
"test": "mocha"
},
"version": "2.5.6"
}