Version 1
[yaffs-website] / node_modules / jsonfile / package.json
1 {
2   "_args": [
3     [
4       "jsonfile@^2.1.0",
5       "/var/www/yaffs/node_modules/fs-extra"
6     ]
7   ],
8   "_from": "jsonfile@>=2.1.0 <3.0.0",
9   "_id": "jsonfile@2.4.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/jsonfile",
13   "_nodeVersion": "6.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/jsonfile-2.4.0.tgz_1473989978270_0.6271681792568415"
17   },
18   "_npmUser": {
19     "email": "jprichardson@gmail.com",
20     "name": "jprichardson"
21   },
22   "_npmVersion": "3.8.6",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "jsonfile",
26     "raw": "jsonfile@^2.1.0",
27     "rawSpec": "^2.1.0",
28     "scope": null,
29     "spec": ">=2.1.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fs-extra"
34   ],
35   "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
36   "_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
37   "_shrinkwrap": null,
38   "_spec": "jsonfile@^2.1.0",
39   "_where": "/var/www/yaffs/node_modules/fs-extra",
40   "author": {
41     "email": "jprichardson@gmail.com",
42     "name": "JP Richardson"
43   },
44   "bugs": {
45     "url": "https://github.com/jprichardson/node-jsonfile/issues"
46   },
47   "dependencies": {
48     "graceful-fs": "^4.1.6"
49   },
50   "description": "Easily read/write JSON files.",
51   "devDependencies": {
52     "mocha": "2.x",
53     "mock-fs": "^3.8.0",
54     "rimraf": "^2.4.0",
55     "standard": "^6.0.8"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
60     "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
61   },
62   "gitHead": "00b3983ac4aade79c64c7a8c2ced257078625c6d",
63   "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
64   "keywords": [
65     "file",
66     "fs",
67     "fs-extra",
68     "json",
69     "read",
70     "write"
71   ],
72   "license": "MIT",
73   "main": "index.js",
74   "maintainers": [
75     {
76       "name": "jprichardson",
77       "email": "jprichardson@gmail.com"
78     }
79   ],
80   "name": "jsonfile",
81   "optionalDependencies": {
82     "graceful-fs": "^4.1.6"
83   },
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
88   },
89   "scripts": {
90     "lint": "standard",
91     "test": "npm run lint && npm run unit",
92     "unit": "mocha"
93   },
94   "version": "2.4.0"
95 }