12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "js-queue@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "js-queue@2.0.0",
- "_id": "js-queue@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-NiITz4YPRo8BJfxslqvBdCUx+Ug=",
- "_location": "/js-queue",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-queue@2.0.0",
- "name": "js-queue",
- "escapedName": "js-queue",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/node-ipc"
- ],
- "_resolved": "https://registry.npm.taobao.org/js-queue/download/js-queue-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Brandon Nozaki Miller"
- },
- "bugs": {
- "url": "https://github.com/RIAEvangelist/js-queue/issues"
- },
- "dependencies": {
- "easy-stack": "^1.0.0"
- },
- "description": "Simple JS queue with auto run for node and browsers",
- "engines": {
- "node": ">=1.0.0"
- },
- "homepage": "https://github.com/RIAEvangelist/js-queue#readme",
- "keywords": [
- "queue",
- "node",
- "js",
- "auto",
- "run",
- "execute",
- "browser",
- "react"
- ],
- "license": "DBAD",
- "main": "queue.js",
- "name": "js-queue",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RIAEvangelist/js-queue.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "2.0.0"
- }
|