UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "spdx-correct@^3.0.0",
  6. "scope": null,
  7. "escapedName": "spdx-correct",
  8. "name": "spdx-correct",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/validate-npm-package-license"
  14. ]
  15. ],
  16. "_from": "spdx-correct@>=3.0.0 <4.0.0",
  17. "_id": "spdx-correct@3.0.0",
  18. "_inCache": true,
  19. "_location": "/spdx-correct",
  20. "_nodeVersion": "8.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/spdx-correct_3.0.0_1519755396687_0.9923713304167039"
  24. },
  25. "_npmUser": {
  26. "name": "kemitchell",
  27. "email": "kyle@kemitchell.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "spdx-correct@^3.0.0",
  33. "scope": null,
  34. "escapedName": "spdx-correct",
  35. "name": "spdx-correct",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/validate-npm-package-license"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
  44. "_shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
  45. "_shrinkwrap": null,
  46. "_spec": "spdx-correct@^3.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/validate-npm-package-license",
  48. "author": {
  49. "name": "Kyle E. Mitchell",
  50. "email": "kyle@kemitchell.com",
  51. "url": "https://kemitchell.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Kyle E. Mitchell",
  59. "email": "kyle@kemitchell.com",
  60. "url": "https://kemitchell.com"
  61. },
  62. {
  63. "name": "Christian Zommerfelds",
  64. "email": "aero_super@yahoo.com"
  65. }
  66. ],
  67. "dependencies": {
  68. "spdx-expression-parse": "^3.0.0",
  69. "spdx-license-ids": "^3.0.0"
  70. },
  71. "description": "correct invalid SPDX expressions",
  72. "devDependencies": {
  73. "defence-cli": "^2.0.1",
  74. "replace-require-self": "^1.0.0",
  75. "standard": "^11.0.0",
  76. "standard-markdown": "^4.0.2",
  77. "tape": "^4.9.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
  82. "shasum": "05a5b4d7153a195bc92c3c425b69f3b2a9524c82",
  83. "tarball": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
  84. "fileCount": 4,
  85. "unpackedSize": 20843
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "gitHead": "ae4124a26e862181d16d745b5b9ac6838e4a6109",
  91. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  92. "keywords": [
  93. "SPDX",
  94. "law",
  95. "legal",
  96. "license",
  97. "metadata"
  98. ],
  99. "license": "Apache-2.0",
  100. "maintainers": [
  101. {
  102. "name": "kemitchell",
  103. "email": "kyle@kemitchell.com"
  104. }
  105. ],
  106. "name": "spdx-correct",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  112. },
  113. "scripts": {
  114. "lint": "standard && standard-markdown",
  115. "test": "defence README.md | replace-require-self | node && node test.js"
  116. },
  117. "version": "3.0.0"
  118. }