Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "randomfill@^1.0.3",
  3. "_id": "randomfill@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
  6. "_location": "/randomfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "randomfill@^1.0.3",
  12. "name": "randomfill",
  13. "escapedName": "randomfill",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/crypto-browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
  22. "_shasum": "c92196fc86ab42be983f1bf31778224931d61458",
  23. "_spec": "randomfill@^1.0.3",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/crypto-browserify",
  25. "author": "",
  26. "browser": "browser.js",
  27. "bugs": {
  28. "url": "https://github.com/crypto-browserify/randomfill/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "randombytes": "^2.0.5",
  33. "safe-buffer": "^5.1.0"
  34. },
  35. "deprecated": false,
  36. "description": "random fill from browserify stand alone",
  37. "devDependencies": {
  38. "phantomjs": "^1.9.9",
  39. "standard": "^10.0.2",
  40. "tap-spec": "^2.1.2",
  41. "tape": "^4.6.3",
  42. "zuul": "^3.7.2"
  43. },
  44. "homepage": "https://github.com/crypto-browserify/randomfill",
  45. "keywords": [
  46. "crypto",
  47. "random"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "randomfill",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/crypto-browserify/randomfill.git"
  55. },
  56. "scripts": {
  57. "local": "zuul --local --no-coverage -- test.js",
  58. "phantom": "zuul --phantom -- test.js",
  59. "test": "standard && node test.js | tspec"
  60. },
  61. "version": "1.0.4"
  62. }