You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
|
9 months ago
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"jsonfile@2.4.0",
|
||
|
|
"D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "jsonfile@2.4.0",
|
||
|
|
"_id": "jsonfile@2.4.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==",
|
||
|
|
"_location": "/jsonfile",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "jsonfile@2.4.0",
|
||
|
|
"name": "jsonfile",
|
||
|
|
"escapedName": "jsonfile",
|
||
|
|
"rawSpec": "2.4.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "2.4.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/fs-extra"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-2.4.0.tgz",
|
||
|
|
"_spec": "2.4.0",
|
||
|
|
"_where": "D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView",
|
||
|
|
"author": {
|
||
|
|
"name": "JP Richardson",
|
||
|
|
"email": "jprichardson@gmail.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/jprichardson/node-jsonfile/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"graceful-fs": "^4.1.6"
|
||
|
|
},
|
||
|
|
"description": "Easily read/write JSON files.",
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "2.x",
|
||
|
|
"mock-fs": "^3.8.0",
|
||
|
|
"rimraf": "^2.4.0",
|
||
|
|
"standard": "^6.0.8"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"version": "2.4.0"
|
||
|
|
}
|