123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- {
- "raw": "jsonfile@^4.0.0",
- "scope": null,
- "escapedName": "jsonfile",
- "name": "jsonfile",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/fs-extra"
- ]
- ],
- "_from": "jsonfile@>=4.0.0 <5.0.0",
- "_id": "jsonfile@4.0.0",
- "_inCache": true,
- "_location": "/jsonfile",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/jsonfile-4.0.0.tgz_1505244118025_0.7907822937704623"
- },
- "_npmUser": {
- "name": "ryanzim",
- "email": "opensrc@ryanzim.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "jsonfile@^4.0.0",
- "scope": null,
- "escapedName": "jsonfile",
- "name": "jsonfile",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/fs-extra"
- ],
- "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
- "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
- "_shrinkwrap": null,
- "_spec": "jsonfile@^4.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/fs-extra",
- "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",
- "rimraf": "^2.4.0",
- "standard": "^10.0.3"
- },
- "directories": {},
- "dist": {
- "shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
- "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "840bcc77f4e0bfcdf44c32895af42de97e80e3a8",
- "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
- "keywords": [
- "read",
- "write",
- "file",
- "json",
- "fs",
- "fs-extra"
- ],
- "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"
- },
- "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": "4.0.0"
- }
|