package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "randombytes@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. ],
  32. "_resolved": "https://registry.npm.taobao.org/randombytes/download/randombytes-2.1.0.tgz",
  33. "_spec": "2.1.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": "",
  36. "browser": "browser.js",
  37. "bugs": {
  38. "url": "https://github.com/crypto-browserify/randombytes/issues"
  39. },
  40. "dependencies": {
  41. "safe-buffer": "^5.1.0"
  42. },
  43. "description": "random bytes from browserify stand alone",
  44. "devDependencies": {
  45. "phantomjs": "^1.9.9",
  46. "standard": "^10.0.2",
  47. "tap-spec": "^2.1.2",
  48. "tape": "^4.6.3",
  49. "zuul": "^3.7.2"
  50. },
  51. "homepage": "https://github.com/crypto-browserify/randombytes",
  52. "keywords": [
  53. "crypto",
  54. "random"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "randombytes",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
  62. },
  63. "scripts": {
  64. "local": "zuul --local --no-coverage -- test.js",
  65. "phantom": "zuul --phantom -- test.js",
  66. "test": "standard && node test.js | tspec"
  67. },
  68. "version": "2.1.0"
  69. }