You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "randomfill@^1.0.3",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "randomfill@>=1.0.3 <2.0.0",
  9. "_id": "randomfill@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/randomfill",
  13. "_nodeVersion": "8.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/randomfill_1.0.4_1518786236724_0.926847415068788"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "randomfill",
  26. "raw": "randomfill@^1.0.3",
  27. "rawSpec": "^1.0.3",
  28. "scope": null,
  29. "spec": ">=1.0.3 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/crypto-browserify"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  36. "_shasum": "c92196fc86ab42be983f1bf31778224931d61458",
  37. "_shrinkwrap": null,
  38. "_spec": "randomfill@^1.0.3",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify",
  40. "author": "",
  41. "browser": "browser.js",
  42. "bugs": {
  43. "url": "https://github.com/crypto-browserify/randomfill/issues"
  44. },
  45. "dependencies": {
  46. "randombytes": "^2.0.5",
  47. "safe-buffer": "^5.1.0"
  48. },
  49. "description": "random fill from browserify stand alone",
  50. "devDependencies": {
  51. "phantomjs": "^1.9.9",
  52. "standard": "^10.0.2",
  53. "tap-spec": "^2.1.2",
  54. "tape": "^4.6.3",
  55. "zuul": "^3.7.2"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 8,
  60. "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
  61. "shasum": "c92196fc86ab42be983f1bf31778224931d61458",
  62. "tarball": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  63. "unpackedSize": 6844
  64. },
  65. "gitHead": "f0c99be53fbb798afc0879cf8dcb13db3a7266f2",
  66. "homepage": "https://github.com/crypto-browserify/randomfill",
  67. "keywords": [
  68. "crypto",
  69. "random"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "name": "cwmma",
  76. "email": "calvin.metcalf@gmail.com"
  77. }
  78. ],
  79. "name": "randomfill",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/crypto-browserify/randomfill.git"
  85. },
  86. "scripts": {
  87. "local": "zuul --local --no-coverage -- test.js",
  88. "phantom": "zuul --phantom -- test.js",
  89. "test": "standard && node test.js | tspec"
  90. },
  91. "version": "1.0.4"
  92. }