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

58 lines
1.8 KiB
JSON

{
"_args": [
[
"co-priority-queue@1.0.3",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "co-priority-queue@1.0.3",
"_id": "co-priority-queue@1.0.3",
"_inBundle": false,
"_integrity": "sha1-uWRuAOhEOfsVVj1htovuK6UWm08=",
"_location": "/co-priority-queue",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "co-priority-queue@1.0.3",
"name": "co-priority-queue",
"escapedName": "co-priority-queue",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/ali-oss"
],
"_resolved": "https://registry.npm.taobao.org/co-priority-queue/download/co-priority-queue-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Manuel Vila",
"email": "mvila@3base.com"
},
"bugs": {
"url": "https://github.com/mvila/co-priority-queue/issues"
},
"description": "A simple priority queue for co",
"devDependencies": {
"co": "^4.1.0"
},
"homepage": "https://github.com/mvila/co-priority-queue#readme",
"license": "MIT",
"main": "index.js",
"name": "co-priority-queue",
"repository": {
"type": "git",
"url": "git://github.com/mvila/co-priority-queue.git"
},
"scripts": {
"release": "(git checkout --quiet master && test -z \"$(git status --porcelain)\" && npm version $npm_config_release_type && git push --follow-tags) || echo \"An error occured (unclean repository?)\"",
"release-major": "npm run release --release-type=major",
"release-minor": "npm run release --release-type=minor",
"release-patch": "npm run release --release-type=patch",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"version": "1.0.3"
}