12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "end-or-error@^1.0.1",
- "_id": "end-or-error@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
- "_location": "/end-or-error",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "end-or-error@^1.0.1",
- "name": "end-or-error",
- "escapedName": "end-or-error",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/end-or-error/-/end-or-error-1.0.1.tgz",
- "_shasum": "dc7a6210fe78d372fee24a8b4899dbd155414dcb",
- "_spec": "end-or-error@^1.0.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "author": {
- "name": "fengmk2",
- "email": "m@fengmk2.com",
- "url": "http://fengmk2.com"
- },
- "bugs": {
- "url": "https://github.com/stream-utils/end-or-error/issues",
- "email": "m@fengmk2.com"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Listen readable stream `end` or `error` event once",
- "devDependencies": {
- "autod": "*",
- "contributors": "*",
- "istanbul": "*",
- "jshint": "*",
- "mocha": "*"
- },
- "engines": {
- "node": ">= 0.11.14"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/stream-utils/end-or-error",
- "keywords": [
- "end-or-error",
- "readstream",
- "readable",
- "stream",
- "end",
- "eoe",
- "stream-utils"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "end-or-error",
- "repository": {
- "type": "git",
- "url": "git://github.com/stream-utils/end-or-error.git",
- "web": "https://github.com/stream-utils/end-or-error"
- },
- "scripts": {
- "autod": "autod -w --prefix '~'",
- "cnpm": "npm install --registry=https://registry.npm.taobao.org",
- "contributors": "contributors -f plain -o AUTHORS",
- "jshint": "jshint .",
- "test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
- "test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
- "test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js"
- },
- "version": "1.0.1"
- }
|