UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "spdx-license-ids@^3.0.0",
  6. "scope": null,
  7. "escapedName": "spdx-license-ids",
  8. "name": "spdx-license-ids",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/spdx-correct"
  14. ]
  15. ],
  16. "_from": "spdx-license-ids@>=3.0.0 <4.0.0",
  17. "_id": "spdx-license-ids@3.0.0",
  18. "_inCache": true,
  19. "_location": "/spdx-license-ids",
  20. "_nodeVersion": "9.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/spdx-license-ids-3.0.0.tgz_1516951777702_0.9596464950591326"
  24. },
  25. "_npmUser": {
  26. "name": "shinnn",
  27. "email": "snnskwtnb@gmail.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "spdx-license-ids@^3.0.0",
  33. "scope": null,
  34. "escapedName": "spdx-license-ids",
  35. "name": "spdx-license-ids",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/spdx-correct",
  42. "/spdx-expression-parse"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
  45. "_shasum": "7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87",
  46. "_shrinkwrap": null,
  47. "_spec": "spdx-license-ids@^3.0.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/spdx-correct",
  49. "author": {
  50. "name": "Shinnosuke Watanabe",
  51. "url": "https://github.com/shinnn"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/shinnn/spdx-license-ids/issues"
  55. },
  56. "dependencies": {},
  57. "description": "A list of SPDX license identifiers",
  58. "devDependencies": {
  59. "@shinnn/eslint-config-node": "^5.0.0",
  60. "chalk": "^2.3.0",
  61. "eslint": "^4.16.0",
  62. "get-spdx-license-ids": "^2.1.0",
  63. "log-symbols": "^2.2.0",
  64. "loud-rejection": "^1.6.0",
  65. "rmfr": "^2.0.0-3",
  66. "tape": "^4.8.0",
  67. "write-file-atomically": "^1.0.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==",
  72. "shasum": "7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87",
  73. "tarball": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz"
  74. },
  75. "eslintConfig": {
  76. "extends": "@shinnn/node"
  77. },
  78. "files": [
  79. "deprecated.json",
  80. "index.json"
  81. ],
  82. "gitHead": "bebc9a4ca38d67f94cd42e9beceaca2c7e647cfb",
  83. "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
  84. "keywords": [
  85. "spdx",
  86. "license",
  87. "licenses",
  88. "id",
  89. "identifier",
  90. "identifiers",
  91. "json",
  92. "array",
  93. "oss"
  94. ],
  95. "license": "CC0-1.0",
  96. "maintainers": [
  97. {
  98. "name": "shinnn",
  99. "email": "snnskwtnb@gmail.com"
  100. }
  101. ],
  102. "name": "spdx-license-ids",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  108. },
  109. "scripts": {
  110. "build": "node build.js",
  111. "pretest": "eslint --fix --format=codeframe .",
  112. "test": "node test.js"
  113. },
  114. "version": "3.0.0"
  115. }