UNPKG

npmc

Version:

a package manager for JavaScript

120 lines (119 loc) 3.97 kB
{ "_from": "readable-stream@2.3.4", "_id": "readable-stream@2.3.4", "_inBundle": false, "_integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", "_location": "/readable-stream", "_phantomChildren": { "safe-buffer": "5.1.1" }, "_requested": { "type": "version", "registry": true, "raw": "readable-stream@2.3.4", "name": "readable-stream", "escapedName": "readable-stream", "rawSpec": "2.3.4", "saveSpec": null, "fetchSpec": "2.3.4" }, "_requiredBy": [ "#USER", "/", "/fs-write-stream-atomic", "/mississippi/concat-stream", "/mississippi/duplexify", "/mississippi/flush-write-stream", "/mississippi/from2", "/mississippi/parallel-transform", "/mississippi/through2", "/npm-profile/make-fetch-happen/mississippi/concat-stream", "/npm-profile/make-fetch-happen/mississippi/duplexify", "/npm-profile/make-fetch-happen/mississippi/flush-write-stream", "/npm-profile/make-fetch-happen/mississippi/from2", "/npm-profile/make-fetch-happen/mississippi/parallel-transform", "/npm-profile/make-fetch-happen/mississippi/through2", "/npm-registry-client/concat-stream", "/npmlog/are-we-there-yet", "/pacote/make-fetch-happen/mississippi/concat-stream", "/pacote/make-fetch-happen/mississippi/duplexify", "/pacote/make-fetch-happen/mississippi/flush-write-stream", "/pacote/make-fetch-happen/mississippi/from2", "/pacote/make-fetch-happen/mississippi/parallel-transform", "/pacote/make-fetch-happen/mississippi/through2", "/pacote/mississippi/concat-stream", "/pacote/mississippi/duplexify", "/pacote/mississippi/flush-write-stream", "/pacote/mississippi/from2", "/pacote/mississippi/parallel-transform", "/pacote/mississippi/through2", "/sha", "/sorted-union-stream/stream-iterate", "/standard/eslint/concat-stream", "/tap", "/tap/tap-mocha-reporter", "/tap/tap-parser" ], "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", "_shasum": "c946c3f47fa7d8eabc0b6150f4a12f69a4574071", "_spec": "readable-stream@2.3.4", "_where": "/Users/rebecca/code/npm", "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" }, "bundleDependencies": false, "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.0.3", "util-deprecate": "~1.0.1" }, "deprecated": false, "description": "Streams3, a user-land copy of the stream library from Node.js", "devDependencies": { "assert": "^1.4.0", "babel-polyfill": "^6.9.1", "buffer": "^4.9.0", "nyc": "^6.4.0", "tap": "^0.7.0", "tape": "^4.8.0", "zuul": "^3.11.1" }, "homepage": "https://github.com/nodejs/readable-stream#readme", "keywords": [ "readable", "stream", "pipe" ], "license": "MIT", "main": "readable.js", "name": "readable-stream", "nyc": { "include": [ "lib/**.js" ] }, "repository": { "type": "git", "url": "git://github.com/nodejs/readable-stream.git" }, "scripts": { "browser": "npm run write-zuul && zuul --browser-retries 2 -- test/browser.js", "cover": "nyc npm test", "local": "zuul --local 3000 --no-coverage -- test/browser.js", "report": "nyc report --reporter=lcov", "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js", "write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml" }, "version": "2.3.4" }