ghaction-github-pages/node_modules/jsonfile/package.json

77 lines
1.8 KiB
JSON
Raw Normal View History

2019-11-15 23:20:34 +08:00
{
2019-11-15 23:21:04 +08:00
"_args": [
[
2020-03-23 17:00:06 +08:00
"jsonfile@6.0.1",
2019-11-15 23:21:04 +08:00
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
]
],
2020-03-23 17:00:06 +08:00
"_from": "jsonfile@6.0.1",
"_id": "jsonfile@6.0.1",
2019-11-15 23:20:34 +08:00
"_inBundle": false,
2020-03-23 17:00:06 +08:00
"_integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
2019-11-15 23:20:34 +08:00
"_location": "/jsonfile",
"_phantomChildren": {},
"_requested": {
2019-11-15 23:21:04 +08:00
"type": "version",
2019-11-15 23:20:34 +08:00
"registry": true,
2020-03-23 17:00:06 +08:00
"raw": "jsonfile@6.0.1",
2019-11-15 23:20:34 +08:00
"name": "jsonfile",
"escapedName": "jsonfile",
2020-03-23 17:00:06 +08:00
"rawSpec": "6.0.1",
2019-11-15 23:20:34 +08:00
"saveSpec": null,
2020-03-23 17:00:06 +08:00
"fetchSpec": "6.0.1"
2019-11-15 23:20:34 +08:00
},
"_requiredBy": [
"/fs-extra"
],
2020-03-23 17:00:06 +08:00
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
"_spec": "6.0.1",
2019-11-15 23:21:04 +08:00
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
2019-11-15 23:20:34 +08:00
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
},
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"dependencies": {
2020-03-23 17:00:06 +08:00
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
2019-11-15 23:20:34 +08:00
},
"description": "Easily read/write JSON files.",
"devDependencies": {
2020-03-23 17:00:06 +08:00
"mocha": "^5.2.0",
2019-11-15 23:20:34 +08:00
"rimraf": "^2.4.0",
2020-03-23 17:00:06 +08:00
"standard": "^12.0.1"
2019-11-15 23:20:34 +08:00
},
"files": [
2020-03-23 17:00:06 +08:00
"index.js",
"utils.js"
2019-11-15 23:20:34 +08:00
],
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"read",
"write",
"file",
"json",
"fs",
"fs-extra"
],
"license": "MIT",
"main": "index.js",
"name": "jsonfile",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "mocha"
},
2020-03-23 17:00:06 +08:00
"version": "6.0.1"
2019-11-15 23:20:34 +08:00
}