wishthis/node_modules/strip-bom-stream/package.json

81 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"strip-bom-stream@3.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "strip-bom-stream@3.0.0",
"_id": "strip-bom-stream@3.0.0",
"_inBundle": false,
"_integrity": "sha1-lWvMXYRDD2klapDtgjdlzYWOFZw=",
"_location": "/strip-bom-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-bom-stream@3.0.0",
"name": "strip-bom-stream",
"escapedName": "strip-bom-stream",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/gulp-git"
],
"_resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/sindresorhus/strip-bom-stream/issues"
},
"dependencies": {
"first-chunk-stream": "^2.0.0",
"strip-bom-buf": "^1.0.0"
},
"description": "Strip UTF-8 byte order mark (BOM) from a stream",
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
},
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/sindresorhus/strip-bom-stream#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"bom",
"strip",
"byte",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"stream",
"streams"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"name": "strip-bom-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-bom-stream.git"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"scripts": {
"test": "xo && ava"
},
"version": "3.0.0"
2022-01-21 08:28:41 +00:00
}