Initial commit
[yaffs-website] / node_modules / load-json-file / package.json
1 {
2   "_args": [
3     [
4       "load-json-file@^1.0.0",
5       "/var/www/yaffs/node_modules/read-pkg"
6     ]
7   ],
8   "_from": "load-json-file@>=1.0.0 <2.0.0",
9   "_id": "load-json-file@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/load-json-file",
13   "_nodeVersion": "4.2.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.7",
19   "_phantomChildren": {
20     "is-utf8": "0.2.1"
21   },
22   "_requested": {
23     "name": "load-json-file",
24     "raw": "load-json-file@^1.0.0",
25     "rawSpec": "^1.0.0",
26     "scope": null,
27     "spec": ">=1.0.0 <2.0.0",
28     "type": "range"
29   },
30   "_requiredBy": [
31     "/read-pkg"
32   ],
33   "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
34   "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
35   "_shrinkwrap": null,
36   "_spec": "load-json-file@^1.0.0",
37   "_where": "/var/www/yaffs/node_modules/read-pkg",
38   "author": {
39     "email": "sindresorhus@gmail.com",
40     "name": "Sindre Sorhus",
41     "url": "sindresorhus.com"
42   },
43   "bugs": {
44     "url": "https://github.com/sindresorhus/load-json-file/issues"
45   },
46   "dependencies": {
47     "graceful-fs": "^4.1.2",
48     "parse-json": "^2.2.0",
49     "pify": "^2.0.0",
50     "pinkie-promise": "^2.0.0",
51     "strip-bom": "^2.0.0"
52   },
53   "description": "Read and parse a JSON file",
54   "devDependencies": {
55     "ava": "*",
56     "xo": "*"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
61     "tarball": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz"
62   },
63   "engines": {
64     "node": ">=0.10.0"
65   },
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "115157a417380d3160da418d4ff25bb33b0051eb",
70   "homepage": "https://github.com/sindresorhus/load-json-file",
71   "keywords": [
72     "file",
73     "fs",
74     "graceful",
75     "json",
76     "load",
77     "parse",
78     "read"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "sindresorhus",
84       "email": "sindresorhus@gmail.com"
85     }
86   ],
87   "name": "load-json-file",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/sindresorhus/load-json-file.git"
93   },
94   "scripts": {
95     "test": "xo && ava"
96   },
97   "version": "1.1.0",
98   "xo": {
99     "ignores": [
100       "test.js"
101     ]
102   }
103 }