package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "js-queue@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-queue@2.0.0",
  10. "_id": "js-queue@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NiITz4YPRo8BJfxslqvBdCUx+Ug=",
  13. "_location": "/js-queue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-queue@2.0.0",
  19. "name": "js-queue",
  20. "escapedName": "js-queue",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-ipc"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/js-queue/download/js-queue-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Brandon Nozaki Miller"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/RIAEvangelist/js-queue/issues"
  36. },
  37. "dependencies": {
  38. "easy-stack": "^1.0.0"
  39. },
  40. "description": "Simple JS queue with auto run for node and browsers",
  41. "engines": {
  42. "node": ">=1.0.0"
  43. },
  44. "homepage": "https://github.com/RIAEvangelist/js-queue#readme",
  45. "keywords": [
  46. "queue",
  47. "node",
  48. "js",
  49. "auto",
  50. "run",
  51. "execute",
  52. "browser",
  53. "react"
  54. ],
  55. "license": "DBAD",
  56. "main": "queue.js",
  57. "name": "js-queue",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/RIAEvangelist/js-queue.git"
  61. },
  62. "scripts": {
  63. "test": "echo \"Error: no test specified\" && exit 1"
  64. },
  65. "version": "2.0.0"
  66. }