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

56 lines
1.4 KiB
JSON

{
"_args": [
[
"co-thread@0.0.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "co-thread@0.0.1",
"_id": "co-thread@0.0.1",
"_inBundle": false,
"_integrity": "sha1-V3E/DvS4flWV1PI3Ef/ks7beXnQ=",
"_location": "/co-thread",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "co-thread@0.0.1",
"name": "co-thread",
"escapedName": "co-thread",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/co-gather"
],
"_resolved": "https://registry.npm.taobao.org/co-thread/download/co-thread-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"bugs": {
"url": "https://github.com/visionmedia/co-thread/issues"
},
"description": "spawn multiple co 'threads'",
"devDependencies": {
"co": "~3.0.2",
"co-request": "~0.1.1",
"make-test": "~0.1.0",
"mocha": "~1.17.1",
"should": "~3.1.2"
},
"homepage": "https://github.com/visionmedia/co-thread#readme",
"keywords": [
"co",
"thread",
"parallel"
],
"license": "MIT",
"main": "index.js",
"name": "co-thread",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/co-thread.git"
},
"version": "0.0.1"
}