Website/node_modules/jsonfile/package.json
2015-12-02 18:21:44 -05:00

84 lines
2 KiB
JSON

{
"_args": [
[
"jsonfile@^2.0.0",
"/Users/okennedy/Desktop/Website/node_modules/co-fs-extra/node_modules/fs-extra"
]
],
"_from": "jsonfile@>=2.0.0 <3.0.0",
"_id": "jsonfile@2.2.3",
"_inCache": true,
"_installable": true,
"_location": "/jsonfile",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"name": "jsonfile",
"raw": "jsonfile@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/co-fs-extra/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz",
"_shasum": "e252b99a6af901d3ec41f332589c90509a7bc605",
"_shrinkwrap": null,
"_spec": "jsonfile@^2.0.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/co-fs-extra/node_modules/fs-extra",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"dependencies": {},
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",
"rimraf": "^2.4.0",
"standard": "4.x"
},
"directories": {},
"dist": {
"shasum": "e252b99a6af901d3ec41f332589c90509a7bc605",
"tarball": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz"
},
"gitHead": "7688bc23d0800f8a98ca35f40a82950e54b4cad1",
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"file",
"fs",
"fs-extra",
"json",
"read",
"write"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "jsonfile",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "2.2.3"
}