package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "randombytes@2.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "randombytes@2.1.0",
  10. "_id": "randombytes@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=",
  13. "_location": "/randombytes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "randombytes@2.1.0",
  19. "name": "randombytes",
  20. "escapedName": "randombytes",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/browserify-rsa",
  27. "/crypto-browserify",
  28. "/diffie-hellman",
  29. "/public-encrypt",
  30. "/randomfill",
  31. "/serialize-javascript"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/randombytes/download/randombytes-2.1.0.tgz",
  34. "_spec": "2.1.0",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  36. "author": "",
  37. "browser": "browser.js",
  38. "bugs": {
  39. "url": "https://github.com/crypto-browserify/randombytes/issues"
  40. },
  41. "dependencies": {
  42. "safe-buffer": "^5.1.0"
  43. },
  44. "description": "random bytes from browserify stand alone",
  45. "devDependencies": {
  46. "phantomjs": "^1.9.9",
  47. "standard": "^10.0.2",
  48. "tap-spec": "^2.1.2",
  49. "tape": "^4.6.3",
  50. "zuul": "^3.7.2"
  51. },
  52. "homepage": "https://github.com/crypto-browserify/randombytes",
  53. "keywords": [
  54. "crypto",
  55. "random"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "randombytes",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  63. },
  64. "scripts": {
  65. "local": "zuul --local --no-coverage -- test.js",
  66. "phantom": "zuul --phantom -- test.js",
  67. "test": "standard && node test.js | tspec"
  68. },
  69. "version": "2.1.0"
  70. }