UI for Zipcoin Blue

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ret@~0.1.10",
  6. "scope": null,
  7. "escapedName": "ret",
  8. "name": "ret",
  9. "rawSpec": "~0.1.10",
  10. "spec": ">=0.1.10 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/safe-regex"
  14. ]
  15. ],
  16. "_from": "ret@>=0.1.10 <0.2.0",
  17. "_id": "ret@0.1.15",
  18. "_inCache": true,
  19. "_location": "/ret",
  20. "_nodeVersion": "8.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/ret-0.1.15.tgz_1502337231422_0.8702190876938403"
  24. },
  25. "_npmUser": {
  26. "name": "fent",
  27. "email": "roly426@gmail.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ret@~0.1.10",
  33. "scope": null,
  34. "escapedName": "ret",
  35. "name": "ret",
  36. "rawSpec": "~0.1.10",
  37. "spec": ">=0.1.10 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/safe-regex"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
  44. "_shasum": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc",
  45. "_shrinkwrap": null,
  46. "_spec": "ret@~0.1.10",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/safe-regex",
  48. "author": {
  49. "name": "Roly Fentanes",
  50. "url": "https://github.com/fent"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/fent/ret.js/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Tokenizes a string that represents a regular expression.",
  57. "devDependencies": {
  58. "istanbul": "*",
  59. "vows": "*"
  60. },
  61. "directories": {
  62. "lib": "./lib"
  63. },
  64. "dist": {
  65. "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
  66. "shasum": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc",
  67. "tarball": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.12"
  71. },
  72. "files": [
  73. "lib"
  74. ],
  75. "gitHead": "7f7c436e2a85fbc068e6d94e2611ce78b3e9ad10",
  76. "homepage": "https://github.com/fent/ret.js#readme",
  77. "keywords": [
  78. "regex",
  79. "regexp",
  80. "regular expression",
  81. "parser",
  82. "tokenizer"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/index.js",
  86. "maintainers": [
  87. {
  88. "name": "fent",
  89. "email": "roly426@gmail.com"
  90. }
  91. ],
  92. "name": "ret",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/fent/ret.js.git"
  98. },
  99. "scripts": {
  100. "test": "istanbul cover vows -- --spec test/*-test.js"
  101. },
  102. "version": "0.1.15"
  103. }