UI for Zipcoin Blue

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cross-spawn@^5.1.0",
  6. "scope": null,
  7. "escapedName": "cross-spawn",
  8. "name": "cross-spawn",
  9. "rawSpec": "^5.1.0",
  10. "spec": ">=5.1.0 <6.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
  14. ]
  15. ],
  16. "_from": "cross-spawn@>=5.1.0 <6.0.0",
  17. "_id": "cross-spawn@5.1.0",
  18. "_inCache": true,
  19. "_location": "/cross-spawn",
  20. "_nodeVersion": "7.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/cross-spawn-5.1.0.tgz_1488134324770_0.025160177145153284"
  24. },
  25. "_npmUser": {
  26. "name": "satazor",
  27. "email": "andremiguelcruz@msn.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "cross-spawn@^5.1.0",
  33. "scope": null,
  34. "escapedName": "cross-spawn",
  35. "name": "cross-spawn",
  36. "rawSpec": "^5.1.0",
  37. "spec": ">=5.1.0 <6.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@ionic/app-scripts",
  42. "/execa"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
  45. "_shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
  46. "_shrinkwrap": null,
  47. "_spec": "cross-spawn@^5.1.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
  49. "author": {
  50. "name": "IndigoUnited",
  51. "email": "hello@indigounited.com",
  52. "url": "http://indigounited.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  56. },
  57. "dependencies": {
  58. "lru-cache": "^4.0.1",
  59. "shebang-command": "^1.2.0",
  60. "which": "^1.2.9"
  61. },
  62. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  63. "devDependencies": {
  64. "@satazor/eslint-config": "^3.0.0",
  65. "eslint": "^3.0.0",
  66. "expect.js": "^0.3.0",
  67. "glob": "^7.0.0",
  68. "mkdirp": "^0.5.1",
  69. "mocha": "^3.0.2",
  70. "once": "^1.4.0",
  71. "rimraf": "^2.5.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
  76. "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
  77. },
  78. "files": [
  79. "index.js",
  80. "lib"
  81. ],
  82. "gitHead": "1da4c09ccf658079849a3d191b16e59bc600e8b4",
  83. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  84. "keywords": [
  85. "spawn",
  86. "spawnSync",
  87. "windows",
  88. "cross",
  89. "platform",
  90. "path",
  91. "ext",
  92. "path-ext",
  93. "path_ext",
  94. "shebang",
  95. "hashbang",
  96. "cmd",
  97. "execute"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "maintainers": [
  102. {
  103. "name": "satazor",
  104. "email": "andremiguelcruz@msn.com"
  105. }
  106. ],
  107. "name": "cross-spawn",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  116. "test": "node test/prepare && mocha --bail test/test"
  117. },
  118. "version": "5.1.0"
  119. }