blob: a965122b2a89ba6308753c1806bb5ef17da8e56d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "remove-bom-stream@^1.2.0",
3 "_id": "remove-bom-stream@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=",
6 "_location": "/remove-bom-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "remove-bom-stream@^1.2.0",
12 "name": "remove-bom-stream",
13 "escapedName": "remove-bom-stream",
14 "rawSpec": "^1.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.0"
17 },
18 "_requiredBy": [
19 "/vinyl-fs"
20 ],
21 "_resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz",
22 "_shasum": "05f1a593f16e42e1fb90ebf59de8e569525f9523",
23 "_spec": "remove-bom-stream@^1.2.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "http://gulpjs.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/gulpjs/remove-bom-stream/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Blaine Bublitz",
37 "email": "blaine.bublitz@gmail.com"
38 }
39 ],
40 "dependencies": {
41 "remove-bom-buffer": "^3.0.0",
42 "safe-buffer": "^5.1.0",
43 "through2": "^2.0.3"
44 },
45 "deprecated": false,
46 "description": "Remove a UTF8 BOM at the start of the stream.",
47 "devDependencies": {
48 "buffer-equal": "^1.0.0",
49 "eslint": "^1.10.3",
50 "eslint-config-gulp": "^2.0.0",
51 "expect": "^1.20.2",
52 "istanbul": "^0.4.3",
53 "istanbul-coveralls": "^1.0.3",
54 "jscs": "^2.4.0",
55 "jscs-preset-gulp": "^1.0.0",
56 "mississippi": "^1.3.0",
57 "mocha": "^3.2.0",
58 "stream-chunker": "^1.2.8"
59 },
60 "engines": {
61 "node": ">= 0.10"
62 },
63 "files": [
64 "LICENSE",
65 "index.js"
66 ],
67 "homepage": "https://github.com/gulpjs/remove-bom-stream#readme",
68 "keywords": [
69 "bom",
70 "remove",
71 "utf8",
72 "streaming",
73 "stream"
74 ],
75 "license": "MIT",
76 "main": "index.js",
77 "name": "remove-bom-stream",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/gulpjs/remove-bom-stream.git"
81 },
82 "scripts": {
83 "cover": "istanbul cover _mocha",
84 "coveralls": "npm run cover && istanbul-coveralls",
85 "lint": "eslint index.js test/ && jscs index.js test/",
86 "pretest": "npm run lint",
87 "test": "mocha --async-only"
88 },
89 "version": "1.2.0"
90}