2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"readable-stream@2.3.7",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "readable-stream@2.3.7",
|
|
|
|
"_id": "readable-stream@2.3.7",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
|
|
|
|
"_location": "/readable-stream",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "readable-stream@2.3.7",
|
|
|
|
"name": "readable-stream",
|
|
|
|
"escapedName": "readable-stream",
|
|
|
|
"rawSpec": "2.3.7",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.3.7"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/cloneable-readable",
|
|
|
|
"/concat-stream",
|
|
|
|
"/duplexify",
|
|
|
|
"/first-chunk-stream",
|
|
|
|
"/flush-write-stream",
|
|
|
|
"/fs-mkdirp-stream/through2",
|
|
|
|
"/glob-stream",
|
|
|
|
"/gulp-chmod/through2",
|
|
|
|
"/gulp-clean-css/through2",
|
|
|
|
"/gulp-clone/through2",
|
|
|
|
"/gulp-concat/through2",
|
|
|
|
"/gulp-copy/through2",
|
|
|
|
"/gulp-debug/through2",
|
|
|
|
"/gulp-flatten/through2",
|
|
|
|
"/gulp-git/through2",
|
|
|
|
"/gulp-header/through2",
|
|
|
|
"/gulp-if/through2",
|
|
|
|
"/gulp-notify/through2",
|
|
|
|
"/gulp-plumber/through2",
|
|
|
|
"/gulp-rtlcss/through2",
|
|
|
|
"/gulp-tap/through2",
|
|
|
|
"/gulp-uglify/through2",
|
|
|
|
"/gulp-util/through2",
|
|
|
|
"/lazystream",
|
|
|
|
"/ordered-read-streams",
|
|
|
|
"/readdirp",
|
|
|
|
"/remove-bom-stream/through2",
|
|
|
|
"/replacestream",
|
|
|
|
"/ternary-stream/merge-stream",
|
|
|
|
"/ternary-stream/through2",
|
|
|
|
"/through2",
|
|
|
|
"/through2-filter/through2",
|
|
|
|
"/to-through/through2",
|
|
|
|
"/vinyl-fs",
|
|
|
|
"/vinyl-fs/through2"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
|
|
|
"_spec": "2.3.7",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
|
|
"browser": {
|
|
|
|
"util": false,
|
|
|
|
"./readable.js": "./readable-browser.js",
|
|
|
|
"./writable.js": "./writable-browser.js",
|
|
|
|
"./duplex.js": "./duplex-browser.js",
|
|
|
|
"./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nodejs/readable-stream/issues"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"core-util-is": "~1.0.0",
|
|
|
|
"inherits": "~2.0.3",
|
|
|
|
"isarray": "~1.0.0",
|
|
|
|
"process-nextick-args": "~2.0.0",
|
|
|
|
"safe-buffer": "~5.1.1",
|
|
|
|
"string_decoder": "~1.1.1",
|
|
|
|
"util-deprecate": "~1.0.1"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Streams3, a user-land copy of the stream library from Node.js",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"assert": "^1.4.0",
|
|
|
|
"babel-polyfill": "^6.9.1",
|
|
|
|
"buffer": "^4.9.0",
|
|
|
|
"lolex": "^2.3.2",
|
|
|
|
"nyc": "^6.4.0",
|
|
|
|
"tap": "^0.7.0",
|
|
|
|
"tape": "^4.8.0"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"homepage": "https://github.com/nodejs/readable-stream#readme",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"readable",
|
|
|
|
"stream",
|
|
|
|
"pipe"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "readable.js",
|
|
|
|
"name": "readable-stream",
|
2022-01-21 08:28:41 +00:00
|
|
|
"nyc": {
|
|
|
|
"include": [
|
|
|
|
"lib/**.js"
|
|
|
|
]
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/nodejs/readable-stream.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
|
|
|
|
"cover": "nyc npm test",
|
|
|
|
"report": "nyc report --reporter=lcov",
|
|
|
|
"test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js"
|
|
|
|
},
|
|
|
|
"version": "2.3.7"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|