Bones/node_modules/jsonfile/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

99 lines
2.4 KiB
JSON

{
"_args": [
[
"jsonfile@^3.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\fs-extra"
]
],
"_from": "jsonfile@>=3.0.0-0 <4.0.0-0",
"_id": "jsonfile@3.0.0",
"_inCache": true,
"_location": "/jsonfile",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/jsonfile-3.0.0.tgz_1493140755354_0.12630960741080344"
},
"_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-0 <4.0.0-0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.0.tgz",
"_shasum": "92e7c7444e5ffd5fa32e6a9ae8b85034df8347d0",
"_shrinkwrap": null,
"_spec": "jsonfile@^3.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\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",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
},
"directories": {},
"dist": {
"shasum": "92e7c7444e5ffd5fa32e6a9ae8b85034df8347d0",
"tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.0.tgz"
},
"gitHead": "171315331167a8f83598be2e9aa352cfffaf8123",
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"installable": true,
"keywords": [
"file",
"fs",
"fs-extra",
"json",
"read",
"write"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "ryanzim",
"email": "opensrc@ryanzim.com"
}
],
"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": "3.0.0"
}