forked from enviPath/enviPy
Current Dev State
This commit is contained in:
76
static/js/ketcher2/node_modules/strip-bom-stream/package.json
generated
vendored
Normal file
76
static/js/ketcher2/node_modules/strip-bom-stream/package.json
generated
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"_from": "strip-bom-stream@^1.0.0",
|
||||
"_id": "strip-bom-stream@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=",
|
||||
"_location": "/strip-bom-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "strip-bom-stream@^1.0.0",
|
||||
"name": "strip-bom-stream",
|
||||
"escapedName": "strip-bom-stream",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/guppy-cli/vinyl-fs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz",
|
||||
"_shasum": "e7144398577d51a6bed0fa1994fa05f43fd988ee",
|
||||
"_spec": "strip-bom-stream@^1.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/guppy-cli/node_modules/vinyl-fs",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/strip-bom-stream/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"first-chunk-stream": "^1.0.0",
|
||||
"strip-bom": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Strip UTF-8 byte order mark (BOM) from a stream",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4",
|
||||
"concat-stream": "^1.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/strip-bom-stream#readme",
|
||||
"keywords": [
|
||||
"bom",
|
||||
"strip",
|
||||
"byte",
|
||||
"mark",
|
||||
"unicode",
|
||||
"utf8",
|
||||
"utf-8",
|
||||
"remove",
|
||||
"delete",
|
||||
"trim",
|
||||
"text",
|
||||
"stream",
|
||||
"streams"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "strip-bom-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/strip-bom-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user