租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

79 lines
2.3 KiB

{
"_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.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
"_shasum": "dc7a6210fe78d372fee24a8b4899dbd155414dcb",
"_spec": "end-or-error@^1.0.1",
"_where": "E:\\webView\\tenancy-wechat-uniapp\\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"
}