You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
|
4 years ago
|
{
|
||
|
|
"_from": "to-readable-stream@^2.1.0",
|
||
|
|
"_id": "to-readable-stream@2.1.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==",
|
||
|
|
"_location": "/to-readable-stream",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "range",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "to-readable-stream@^2.1.0",
|
||
|
|
"name": "to-readable-stream",
|
||
|
|
"escapedName": "to-readable-stream",
|
||
|
|
"rawSpec": "^2.1.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "^2.1.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/neat-csv"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz",
|
||
|
|
"_shasum": "82880316121bea662cdc226adb30addb50cb06e8",
|
||
|
|
"_spec": "to-readable-stream@^2.1.0",
|
||
|
|
"_where": "E:\\company\\node\\logistics_node\\node_modules\\neat-csv",
|
||
|
|
"author": {
|
||
|
|
"name": "Sindre Sorhus",
|
||
|
|
"email": "sindresorhus@gmail.com",
|
||
|
|
"url": "sindresorhus.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/sindresorhus/to-readable-stream/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
|
||
|
|
"devDependencies": {
|
||
|
|
"ava": "^1.4.1",
|
||
|
|
"get-stream": "^5.0.0",
|
||
|
|
"tsd": "^0.7.2",
|
||
|
|
"xo": "^0.24.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/sindresorhus/to-readable-stream#readme",
|
||
|
|
"keywords": [
|
||
|
|
"stream",
|
||
|
|
"readablestream",
|
||
|
|
"string",
|
||
|
|
"buffer",
|
||
|
|
"uint8array",
|
||
|
|
"from",
|
||
|
|
"into",
|
||
|
|
"to",
|
||
|
|
"transform",
|
||
|
|
"convert",
|
||
|
|
"readable",
|
||
|
|
"pull"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"name": "to-readable-stream",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/sindresorhus/to-readable-stream.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "xo && ava && tsd"
|
||
|
|
},
|
||
|
|
"version": "2.1.0"
|
||
|
|
}
|