| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "jsonfile@^2.1.0",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/fs-extra"
- ]
- ],
- "_from": "jsonfile@>=2.1.0 <3.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/jsonfile",
- "_nodeVersion": "4.1.0",
- "_npmUser": {
- "email": "[email protected]",
- "name": "jprichardson"
- },
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "jsonfile",
- "raw": "jsonfile@^2.1.0",
- "rawSpec": "^2.1.0",
- "scope": null,
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/fs-extra"
- ],
- "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz",
- "_shasum": "e252b99a6af901d3ec41f332589c90509a7bc605",
- "_shrinkwrap": null,
- "_spec": "jsonfile@^2.1.0",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/fs-extra",
- "author": {
- "email": "[email protected]",
- "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": "[email protected]"
- }
- ],
- "name": "jsonfile",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://[email protected]/jprichardson/node-jsonfile.git"
- },
- "scripts": {
- "test": "standard && mocha"
- },
- "version": "2.2.3"
- }
|