UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fast-json-stable-stringify@^2.0.0",
  6. "scope": null,
  7. "escapedName": "fast-json-stable-stringify",
  8. "name": "fast-json-stable-stringify",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/ajv"
  14. ]
  15. ],
  16. "_from": "fast-json-stable-stringify@>=2.0.0 <3.0.0",
  17. "_id": "fast-json-stable-stringify@2.0.0",
  18. "_inCache": true,
  19. "_location": "/fast-json-stable-stringify",
  20. "_nodeVersion": "7.10.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/fast-json-stable-stringify-2.0.0.tgz_1508867040972_0.377122831530869"
  24. },
  25. "_npmUser": {
  26. "name": "esp",
  27. "email": "e.poberezkin@me.com"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fast-json-stable-stringify@^2.0.0",
  33. "scope": null,
  34. "escapedName": "fast-json-stable-stringify",
  35. "name": "fast-json-stable-stringify",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/ajv"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
  44. "_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
  45. "_shrinkwrap": null,
  46. "_spec": "fast-json-stable-stringify@^2.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/ajv",
  48. "author": {
  49. "name": "James Halliday",
  50. "email": "mail@substack.net",
  51. "url": "http://substack.net"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  55. },
  56. "dependencies": {},
  57. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  58. "devDependencies": {
  59. "benchmark": "^2.1.4",
  60. "coveralls": "^3.0.0",
  61. "eslint": "^4.9.0",
  62. "fast-stable-stringify": "latest",
  63. "faster-stable-stringify": "latest",
  64. "json-stable-stringify": "latest",
  65. "nyc": "^11.2.1",
  66. "pre-commit": "^1.2.2",
  67. "tape": "~1.0.4"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
  72. "tarball": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz"
  73. },
  74. "gitHead": "43c016ad43684fb3dff2f94e6bc25cd39fdf7f3b",
  75. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  76. "keywords": [
  77. "json",
  78. "stringify",
  79. "deterministic",
  80. "hash",
  81. "stable"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "esp",
  88. "email": "e.poberezkin@me.com"
  89. }
  90. ],
  91. "name": "fast-json-stable-stringify",
  92. "nyc": {
  93. "exclude": [
  94. "test",
  95. "node_modules"
  96. ],
  97. "reporter": [
  98. "lcov",
  99. "text-summary"
  100. ]
  101. },
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  107. },
  108. "scripts": {
  109. "eslint": "eslint index.js test",
  110. "test": "npm run eslint && nyc npm run test-spec",
  111. "test-spec": "tape test/*.js"
  112. },
  113. "version": "2.0.0"
  114. }