Initial commit
[yaffs-website] / node_modules / is-utf8 / package.json
1 {
2   "_args": [
3     [
4       "is-utf8@^0.2.0",
5       "/var/www/yaffs/node_modules/strip-bom"
6     ]
7   ],
8   "_from": "is-utf8@>=0.2.0 <0.3.0",
9   "_id": "is-utf8@0.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-utf8",
13   "_nodeVersion": "2.3.4",
14   "_npmUser": {
15     "email": "whyer1@gmail.com",
16     "name": "wayfind"
17   },
18   "_npmVersion": "2.12.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-utf8",
22     "raw": "is-utf8@^0.2.0",
23     "rawSpec": "^0.2.0",
24     "scope": null,
25     "spec": ">=0.2.0 <0.3.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/load-json-file/strip-bom",
30     "/strip-bom"
31   ],
32   "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
33   "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
34   "_shrinkwrap": null,
35   "_spec": "is-utf8@^0.2.0",
36   "_where": "/var/www/yaffs/node_modules/strip-bom",
37   "author": {
38     "name": "wayfind"
39   },
40   "bugs": {
41     "url": "https://github.com/wayfind/is-utf8/issues"
42   },
43   "dependencies": {},
44   "description": "Detect if a buffer is utf8 encoded.",
45   "devDependencies": {},
46   "directories": {},
47   "dist": {
48     "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
49     "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
50   },
51   "files": [
52     "is-utf8.js"
53   ],
54   "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
55   "homepage": "https://github.com/wayfind/is-utf8#readme",
56   "keywords": [
57     "charset",
58     "utf8"
59   ],
60   "license": "MIT",
61   "main": "is-utf8.js",
62   "maintainers": [
63     {
64       "name": "wayfind",
65       "email": "whyer1@gmail.com"
66     }
67   ],
68   "name": "is-utf8",
69   "optionalDependencies": {},
70   "readme": "ERROR: No README data found!",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/wayfind/is-utf8.git"
74   },
75   "scripts": {
76     "test": "node test.js"
77   },
78   "version": "0.2.1"
79 }