blob: bf25bc89977c4809cfca076baccfb17fc9558ad2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "remove-bom-buffer@^3.0.0",
3 "_id": "remove-bom-buffer@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
6 "_location": "/remove-bom-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "remove-bom-buffer@^3.0.0",
12 "name": "remove-bom-buffer",
13 "escapedName": "remove-bom-buffer",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/remove-bom-stream",
20 "/vinyl-fs",
21 "/vinyl-sourcemap"
22 ],
23 "_resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
24 "_shasum": "c2bf1e377520d324f623892e33c10cac2c252b53",
25 "_spec": "remove-bom-buffer@^3.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
27 "author": {
28 "name": "Jon Schlinkert",
29 "url": "https://github.com/jonschlinkert"
30 },
31 "bugs": {
32 "url": "https://github.com/jonschlinkert/remove-bom-buffer/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Blaine Bublitz",
38 "url": "https://twitter.com/BlaineBublitz"
39 },
40 {
41 "name": "Erik Kemperman",
42 "url": "https://github.com/erikkemperman"
43 },
44 {
45 "name": "Jon Schlinkert",
46 "url": "http://twitter.com/jonschlinkert"
47 }
48 ],
49 "dependencies": {
50 "is-buffer": "^1.1.5",
51 "is-utf8": "^0.2.1"
52 },
53 "deprecated": false,
54 "description": "Remove a byte order mark (BOM) from a buffer.",
55 "devDependencies": {
56 "gulp-format-md": "^0.1.11",
57 "mocha": "^3.2.0"
58 },
59 "engines": {
60 "node": ">=0.10.0"
61 },
62 "files": [
63 "index.js"
64 ],
65 "homepage": "https://github.com/jonschlinkert/remove-bom-buffer",
66 "keywords": [
67 "bom",
68 "buffer",
69 "byte-order-mark",
70 "normalize",
71 "remove",
72 "strip",
73 "strip-bom",
74 "strip-bom-buffer",
75 "strip-bom-string"
76 ],
77 "license": "MIT",
78 "main": "index.js",
79 "name": "remove-bom-buffer",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/jonschlinkert/remove-bom-buffer.git"
83 },
84 "scripts": {
85 "test": "mocha"
86 },
87 "verb": {
88 "related": {
89 "list": [
90 "cr",
91 "has-bom",
92 "read-file",
93 "strip-bom-string"
94 ]
95 },
96 "toc": false,
97 "layout": "default",
98 "tasks": [
99 "readme"
100 ],
101 "plugins": [
102 "gulp-format-md"
103 ],
104 "lint": {
105 "reflinks": true
106 }
107 },
108 "version": "3.0.0"
109}