2020-05-26 18:17:24 +02:00

138 lines
3.3 KiB
JSON

{
"_args": [
[
"remove-bom-buffer@^3.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs"
]
],
"_from": "remove-bom-buffer@>=3.0.0 <4.0.0",
"_id": "remove-bom-buffer@3.0.0",
"_inCache": true,
"_installable": true,
"_location": "/remove-bom-buffer",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/remove-bom-buffer-3.0.0.tgz_1499280045946_0.36108604609034956"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "5.0.4",
"_phantomChildren": {},
"_requested": {
"name": "remove-bom-buffer",
"raw": "remove-bom-buffer@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/remove-bom-stream",
"/vinyl-fs",
"/vinyl-sourcemap"
],
"_resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
"_shasum": "c2bf1e377520d324f623892e33c10cac2c252b53",
"_shrinkwrap": null,
"_spec": "remove-bom-buffer@^3.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/remove-bom-buffer/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"url": "https://twitter.com/BlaineBublitz"
},
{
"name": "Erik Kemperman",
"url": "https://github.com/erikkemperman"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"is-buffer": "^1.1.5",
"is-utf8": "^0.2.1"
},
"description": "Remove a byte order mark (BOM) from a buffer.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"directories": {},
"dist": {
"integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
"shasum": "c2bf1e377520d324f623892e33c10cac2c252b53",
"tarball": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "287783d0d6bdfd8f8bb863ecc5493002f2e55594",
"homepage": "https://github.com/jonschlinkert/remove-bom-buffer",
"keywords": [
"bom",
"buffer",
"byte-order-mark",
"normalize",
"remove",
"strip",
"strip-bom",
"strip-bom-buffer",
"strip-bom-string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "remove-bom-buffer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/remove-bom-buffer.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"cr",
"has-bom",
"read-file",
"strip-bom-string"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "3.0.0"
}