UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fs-extra@^4.0.2",
  6. "scope": null,
  7. "escapedName": "fs-extra",
  8. "name": "fs-extra",
  9. "rawSpec": "^4.0.2",
  10. "spec": ">=4.0.2 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
  14. ]
  15. ],
  16. "_from": "fs-extra@>=4.0.2 <5.0.0",
  17. "_id": "fs-extra@4.0.3",
  18. "_inCache": true,
  19. "_location": "/fs-extra",
  20. "_nodeVersion": "8.9.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/fs-extra-4.0.3.tgz_1512485919994_0.006562858121469617"
  24. },
  25. "_npmUser": {
  26. "name": "ryanzim",
  27. "email": "opensrc@ryanzim.com"
  28. },
  29. "_npmVersion": "5.5.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fs-extra@^4.0.2",
  33. "scope": null,
  34. "escapedName": "fs-extra",
  35. "name": "fs-extra",
  36. "rawSpec": "^4.0.2",
  37. "spec": ">=4.0.2 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@ionic/app-scripts"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
  44. "_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
  45. "_shrinkwrap": null,
  46. "_spec": "fs-extra@^4.0.2",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
  48. "author": {
  49. "name": "JP Richardson",
  50. "email": "jprichardson@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  54. },
  55. "dependencies": {
  56. "graceful-fs": "^4.1.2",
  57. "jsonfile": "^4.0.0",
  58. "universalify": "^0.1.0"
  59. },
  60. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  61. "devDependencies": {
  62. "coveralls": "^2.11.2",
  63. "istanbul": "^0.4.5",
  64. "klaw": "^1.0.0",
  65. "klaw-sync": "^1.1.2",
  66. "minimist": "^1.1.1",
  67. "mocha": "^3.1.2",
  68. "proxyquire": "^1.7.10",
  69. "read-dir-files": "^0.1.1",
  70. "rimraf": "^2.2.8",
  71. "secure-random": "^1.1.1",
  72. "semver": "^5.3.0",
  73. "standard": "^10.0.2",
  74. "standard-markdown": "^4.0.1"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
  79. "shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
  80. "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz"
  81. },
  82. "gitHead": "bd3376b78fb880a7539825d6c320458221977c91",
  83. "homepage": "https://github.com/jprichardson/node-fs-extra",
  84. "keywords": [
  85. "fs",
  86. "file",
  87. "file system",
  88. "copy",
  89. "directory",
  90. "extra",
  91. "mkdirp",
  92. "mkdir",
  93. "mkdirs",
  94. "recursive",
  95. "json",
  96. "read",
  97. "write",
  98. "extra",
  99. "delete",
  100. "remove",
  101. "touch",
  102. "create",
  103. "text",
  104. "output",
  105. "move"
  106. ],
  107. "license": "MIT",
  108. "main": "./lib/index.js",
  109. "maintainers": [
  110. {
  111. "name": "jprichardson",
  112. "email": "jprichardson@gmail.com"
  113. },
  114. {
  115. "name": "ryanzim",
  116. "email": "opensrc@ryanzim.com"
  117. }
  118. ],
  119. "name": "fs-extra",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  125. },
  126. "scripts": {
  127. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  128. "coveralls": "coveralls < coverage/lcov.info",
  129. "lint": "standard && standard-markdown",
  130. "test": "npm run lint && npm run unit",
  131. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  132. "unit": "node test.js"
  133. },
  134. "version": "4.0.3"
  135. }