123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "lazystream@1.0.1",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "lazystream@1.0.1",
- "_id": "lazystream@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
- "_location": "/lazystream",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "lazystream@1.0.1",
- "name": "lazystream",
- "escapedName": "lazystream",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/archiver-utils"
- ],
- "_resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Jonas Pommerening",
- "email": "jonas.pommerening@gmail.com",
- "url": "https://npmjs.org/~jpommerening"
- },
- "bugs": {
- "url": "https://github.com/jpommerening/node-lazystream/issues"
- },
- "contributors": [
- {
- "name": "Mario Casciaro",
- "email": "mariocasciaro@gmail.com"
- }
- ],
- "dependencies": {
- "readable-stream": "^2.0.5"
- },
- "description": "Open Node Streams on demand.",
- "devDependencies": {
- "nodeunit": "^0.9.1"
- },
- "engines": {
- "node": ">= 0.6.3"
- },
- "files": [
- "lib/lazystream.js",
- "test/*.js",
- "test/*.md"
- ],
- "homepage": "https://github.com/jpommerening/node-lazystream",
- "keywords": [
- "emfile",
- "lazy",
- "streams",
- "stream"
- ],
- "license": "MIT",
- "main": "lib/lazystream.js",
- "name": "lazystream",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jpommerening/node-lazystream.git"
- },
- "scripts": {
- "test": "nodeunit test/readable_test.js test/writable_test.js test/pipe_test.js test/fs_test.js"
- },
- "version": "1.0.1"
- }
|