package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "easy-stack@1.0.1",
  3. "_id": "easy-stack@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==",
  6. "_location": "/easy-stack",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "easy-stack@1.0.1",
  12. "name": "easy-stack",
  13. "escapedName": "easy-stack",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@node-ipc/js-queue"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz",
  22. "_shasum": "8afe4264626988cabb11f3c704ccd0c835411066",
  23. "_spec": "easy-stack@1.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@node-ipc\\js-queue",
  25. "author": {
  26. "name": "Brandon Nozaki Miller"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/RIAEvangelist/easy-stack/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Simple JS stack with auto run for node and browsers",
  34. "engines": {
  35. "node": ">=6.0.0"
  36. },
  37. "homepage": "https://github.com/RIAEvangelist/easy-stack#readme",
  38. "keywords": [
  39. "stack",
  40. "node",
  41. "js",
  42. "auto",
  43. "run",
  44. "execute",
  45. "browser",
  46. "react"
  47. ],
  48. "license": "MIT",
  49. "main": "stack.js",
  50. "name": "easy-stack",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/RIAEvangelist/easy-stack.git"
  54. },
  55. "scripts": {
  56. "test": "echo \"Error: no test specified\" && exit 1"
  57. },
  58. "version": "1.0.1"
  59. }