| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "js-queue",
- "version": "2.0.2",
- "description": "Simple JS queue with auto run for node and browsers",
- "main": "queue.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "engines": {
- "node": ">=1.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RIAEvangelist/js-queue.git"
- },
- "keywords": [
- "queue",
- "node",
- "js",
- "auto",
- "run",
- "execute",
- "browser",
- "react"
- ],
- "author": "Brandon Nozaki Miller",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/RIAEvangelist/js-queue/issues"
- },
- "homepage": "https://github.com/RIAEvangelist/js-queue#readme",
- "dependencies": {
- "easy-stack": "^1.0.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:45 GMT+0800 (CST)",
- "_from": "js-queue@2.0.2",
- "_resolved": "https://registry.npm.taobao.org/js-queue/download/js-queue-2.0.2.tgz?cache=0&sync_timestamp=1605129528495&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-queue%2Fdownload%2Fjs-queue-2.0.2.tgz"
- }
|