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