Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

66 righe
1.8 KiB

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