You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

98 lines
2.3 KiB

{
"_args": [
[
"jsonfile@^3.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/fs-extra"
]
],
"_from": "jsonfile@>=3.0.0 <4.0.0",
"_id": "jsonfile@3.0.1",
"_inCache": true,
"_installable": true,
"_location": "/jsonfile",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/jsonfile-3.0.1.tgz_1499266104031_0.6694869988132268"
},
"_npmUser": {
"email": "opensrc@ryanzim.com",
"name": "ryanzim"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "jsonfile",
"raw": "jsonfile@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
"_shasum": "a5ecc6f65f53f662c4415c7675a0331d0992ec66",
"_shrinkwrap": null,
"_spec": "jsonfile@^3.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/fs-extra",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"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",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
},
"directories": {},
"dist": {
"shasum": "a5ecc6f65f53f662c4415c7675a0331d0992ec66",
"tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz"
},
"gitHead": "51ec1e27d0426a107464cccab688e35ec64fc08d",
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"read",
"write",
"file",
"json",
"fs",
"fs-extra"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
{
"email": "opensrc@ryanzim.com",
"name": "ryanzim"
}
],
"name": "jsonfile",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
},
"readme": "ERROR: No README data found!",
"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": "3.0.1"
}