4 Star 8 Fork 3

zasidle/luahelper

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
zasidle 提交于 2018-05-03 16:47 +08:00 . 初始版本0.0.5
{
"_from": "queue@^3.1.0",
"_id": "queue@3.1.0",
"_inBundle": false,
"_integrity": "sha1-bEnQHwCeIlZ4h4nyv/rGuLmZBYU=",
"_location": "/queue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "queue@^3.1.0",
"name": "queue",
"escapedName": "queue",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/gulp-symdest"
],
"_resolved": "https://registry.npmjs.org/queue/-/queue-3.1.0.tgz",
"_shasum": "6c49d01f009e2256788789f2bffac6b8b9990585",
"_spec": "queue@^3.1.0",
"_where": "E:\\Test\\lua-smarttool\\node_modules\\gulp-symdest",
"author": {
"name": "Jesse Tane",
"email": "jesse.tane@gmail.com"
},
"bugs": {
"url": "https://github.com/jessetane/queue/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "~2.0.0"
},
"deprecated": false,
"description": "asynchronous function queue with adjustable concurrency",
"devDependencies": {
"browserify": "^5.9.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"tape": "^2.14.0"
},
"homepage": "https://github.com/jessetane/queue#readme",
"keywords": [
"queue",
"async",
"asynchronous",
"synchronous",
"job",
"task",
"concurrency",
"concurrent"
],
"license": "WTFPL",
"name": "queue",
"repository": {
"type": "git",
"url": "git+https://github.com/jessetane/queue.git"
},
"scripts": {
"example": "node example",
"test": "node test",
"test-browser": "browserify test/index.js > test/bundle.js && echo \"open test/index.html in your browser\"",
"travis": "istanbul cover test --report lcovonly && cat coverage/lcov.info | coveralls"
},
"version": "3.1.0"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/debugconsole/luahelper.git
git@gitee.com:debugconsole/luahelper.git
debugconsole
luahelper
luahelper
master

搜索帮助