| Current Path : /var/node/inatote/Inatote-Backend/node_modules/json-file-plus/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/json-file-plus/package.json |
{
"_from": "json-file-plus@^3.3.1",
"_id": "json-file-plus@3.3.1",
"_inBundle": false,
"_integrity": "sha512-wo0q1UuiV5NsDPQDup1Km8IwEeqe+olr8tkWxeJq9Bjtcp7DZ0l+yrg28fSC3DEtrE311mhTZ54QGS6oiqnZEA==",
"_location": "/json-file-plus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "json-file-plus@^3.3.1",
"name": "json-file-plus",
"escapedName": "json-file-plus",
"rawSpec": "^3.3.1",
"saveSpec": null,
"fetchSpec": "^3.3.1"
},
"_requiredBy": [
"/@yarnpkg/core"
],
"_resolved": "https://registry.npmjs.org/json-file-plus/-/json-file-plus-3.3.1.tgz",
"_shasum": "f4363806b82819ff8803d83d539d6a9edd2a5258",
"_spec": "json-file-plus@^3.3.1",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/@yarnpkg/core",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"bugs": {
"url": "https://github.com/ljharb/json-file-plus/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"is": "^3.2.1",
"node.extend": "^2.0.0",
"object.assign": "^4.1.0",
"promiseback": "^2.0.2",
"safer-buffer": "^2.0.2"
},
"deprecated": false,
"description": "Read from and write to a JSON file, minimizing diffs and preserving formatting.",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^4.19.0",
"evalmd": "^0.0.17",
"foreach": "^2.0.5",
"has": "^1.0.1",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"object-keys": "^1.0.11",
"tape": "^4.9.0"
},
"engines": {
"node": ">= 0.4"
},
"homepage": "https://github.com/ljharb/json-file-plus#readme",
"keywords": [
"json",
"json file",
"formatting",
"read",
"write",
"promise",
"promiseback"
],
"license": "MIT",
"main": "index.js",
"name": "json-file-plus",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/json-file-plus.git"
},
"scripts": {
"coverage": "covert test/test.js",
"coverage-quiet": "covert test/test.js --quiet",
"eslint": "eslint *.js test/*.js",
"jscs": "jscs *.js test/*.js",
"lint": "npm run --silent jscs && npm run --silent eslint",
"posttest": "npm run --silent security",
"prelint": "evalmd README.md",
"pretest": "npm run --silent lint",
"security": "nsp check",
"test": "npm run --silent tests-only",
"tests-only": "node test/test.js"
},
"version": "3.3.1"
}