package.json 1.4 KB

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