2025-04-24 17:03:28 +08:00

83 lines
2.3 KiB
JSON

{
"_args": [
[
"end-or-error@1.0.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "end-or-error@1.0.1",
"_id": "end-or-error@1.0.1",
"_inBundle": false,
"_integrity": "sha1-3HpiEP5403L+4kqLSJnb0VVBTcs=",
"_location": "/end-or-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.nlark.com/end-or-error/download/end-or-error-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"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"
},
"dependencies": {},
"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"
}