Initial commit
[yaffs-website] / node_modules / load-json-file / node_modules / strip-bom / package.json
1 {
2   "_args": [
3     [
4       "strip-bom@^2.0.0",
5       "/var/www/yaffs/node_modules/load-json-file"
6     ]
7   ],
8   "_from": "strip-bom@>=2.0.0 <3.0.0",
9   "_id": "strip-bom@2.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/load-json-file/strip-bom",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "strip-bom",
22     "raw": "strip-bom@^2.0.0",
23     "rawSpec": "^2.0.0",
24     "scope": null,
25     "spec": ">=2.0.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/load-json-file"
30   ],
31   "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
32   "_shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
33   "_shrinkwrap": null,
34   "_spec": "strip-bom@^2.0.0",
35   "_where": "/var/www/yaffs/node_modules/load-json-file",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/strip-bom/issues"
43   },
44   "dependencies": {
45     "is-utf8": "^0.2.0"
46   },
47   "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
48   "devDependencies": {
49     "mocha": "*"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
54     "tarball": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "gitHead": "851b9c126dba9561cc14ef3dc2634dcc11df4d11",
63   "homepage": "https://github.com/sindresorhus/strip-bom",
64   "keywords": [
65     "bom",
66     "buffer",
67     "byte",
68     "delete",
69     "mark",
70     "remove",
71     "string",
72     "strip",
73     "text",
74     "trim",
75     "unicode",
76     "utf-8",
77     "utf8"
78   ],
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "sindresorhus",
83       "email": "sindresorhus@gmail.com"
84     }
85   ],
86   "name": "strip-bom",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/sindresorhus/strip-bom.git"
92   },
93   "scripts": {
94     "test": "mocha"
95   },
96   "version": "2.0.0"
97 }