UI for Zipcoin Blue

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "des.js@^1.0.0",
  6. "scope": null,
  7. "escapedName": "des.js",
  8. "name": "des.js",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-des"
  14. ]
  15. ],
  16. "_from": "des.js@>=1.0.0 <2.0.0",
  17. "_id": "des.js@1.0.0",
  18. "_inCache": true,
  19. "_location": "/des.js",
  20. "_nodeVersion": "3.2.0",
  21. "_npmUser": {
  22. "name": "indutny",
  23. "email": "fedor@indutny.com"
  24. },
  25. "_npmVersion": "2.13.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "des.js@^1.0.0",
  29. "scope": null,
  30. "escapedName": "des.js",
  31. "name": "des.js",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/browserify-des"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
  40. "_shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
  41. "_shrinkwrap": null,
  42. "_spec": "des.js@^1.0.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-des",
  44. "author": {
  45. "name": "Fedor Indutny",
  46. "email": "fedor@indutny.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/indutny/des.js/issues"
  50. },
  51. "dependencies": {
  52. "inherits": "^2.0.1",
  53. "minimalistic-assert": "^1.0.0"
  54. },
  55. "description": "DES implementation",
  56. "devDependencies": {
  57. "jscs": "^2.1.1",
  58. "jshint": "^2.8.0",
  59. "mocha": "^2.3.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
  64. "tarball": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz"
  65. },
  66. "gitHead": "6c47a16b5507a11942c293a0ded430708c206218",
  67. "homepage": "https://github.com/indutny/des.js#readme",
  68. "keywords": [
  69. "DES",
  70. "3DES",
  71. "EDE",
  72. "CBC"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/des.js",
  76. "maintainers": [
  77. {
  78. "name": "indutny",
  79. "email": "fedor@indutny.com"
  80. }
  81. ],
  82. "name": "des.js",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/indutny/des.js.git"
  88. },
  89. "scripts": {
  90. "test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
  91. },
  92. "version": "1.0.0"
  93. }