123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "readable-stream@2",
- "D:\\work\\im\\node_modules\\streaming-json-stringify"
- ]
- ],
- "_from": "readable-stream@>=2.0.0 <3.0.0",
- "_id": "readable-stream@2.1.5",
- "_inCache": true,
- "_installable": true,
- "_location": "/readable-stream",
- "_nodeVersion": "5.12.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/readable-stream-2.1.5.tgz_1471463532993_0.15824943827465177"
- },
- "_npmUser": {
- "email": "calvin.metcalf@gmail.com",
- "name": "cwmma"
- },
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "name": "readable-stream",
- "raw": "readable-stream@2",
- "rawSpec": "2",
- "scope": null,
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/readdirp",
- "/streaming-json-stringify"
- ],
- "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz",
- "_shasum": "66fa8b720e1438b364681f2ad1a63c618448c9d0",
- "_shrinkwrap": null,
- "_spec": "readable-stream@2",
- "_where": "D:\\work\\im\\node_modules\\streaming-json-stringify",
- "browser": {
- "util": false
- },
- "bugs": {
- "url": "https://github.com/nodejs/readable-stream/issues"
- },
- "dependencies": {
- "buffer-shims": "^1.0.0",
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "~1.0.0",
- "process-nextick-args": "~1.0.6",
- "string_decoder": "~0.10.x",
- "util-deprecate": "~1.0.1"
- },
- "description": "Streams3, a user-land copy of the stream library from Node.js",
- "devDependencies": {
- "assert": "~1.4.0",
- "babel-polyfill": "^6.9.1",
- "nyc": "^6.4.0",
- "tap": "~0.7.1",
- "tape": "~4.5.1",
- "zuul": "~3.10.0"
- },
- "directories": {},
- "dist": {
- "shasum": "66fa8b720e1438b364681f2ad1a63c618448c9d0",
- "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz"
- },
- "gitHead": "758c8b3845af855fde736b6a7f58a15fba00d1e7",
- "homepage": "https://github.com/nodejs/readable-stream#readme",
- "keywords": [
- "readable",
- "stream",
- "pipe"
- ],
- "license": "MIT",
- "main": "readable.js",
- "maintainers": [
- {
- "email": "isaacs@npmjs.com",
- "name": "isaacs"
- },
- {
- "email": "nathan@tootallnate.net",
- "name": "tootallnate"
- },
- {
- "email": "rod@vagg.org",
- "name": "rvagg"
- },
- {
- "email": "calvin.metcalf@gmail.com",
- "name": "cwmma"
- }
- ],
- "name": "readable-stream",
- "nyc": {
- "include": [
- "lib/**.js"
- ]
- },
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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",
- "write-zuul": "printf \"ui: tape\nbrowsers:\n - name: $BROWSER_NAME\n version: $BROWSER_VERSION\n\">.zuul.yml"
- },
- "version": "2.1.5"
- }
|