biofriction-wp-theme/node_modules/strip-bom-buf/package.json

80 lines
1.8 KiB
JSON

{
"_args": [
[
"strip-bom-buf@1.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "strip-bom-buf@1.0.0",
"_id": "strip-bom-buf@1.0.0",
"_inBundle": false,
"_integrity": "sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=",
"_location": "/strip-bom-buf",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-bom-buf@1.0.0",
"name": "strip-bom-buf",
"escapedName": "strip-bom-buf",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/vinyl-file"
],
"_resolved": "https://registry.npmjs.org/strip-bom-buf/-/strip-bom-buf-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/strip-bom-buf/issues"
},
"dependencies": {
"is-utf8": "^0.2.1"
},
"description": "Strip UTF-8 byte order mark (BOM) from a buffer",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/strip-bom-buf#readme",
"keywords": [
"strip",
"bom",
"byte",
"order",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"buffer"
],
"license": "MIT",
"name": "strip-bom-buf",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-bom-buf.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}