package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "randombytes@2.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "randombytes@2.1.0",
  10. "_id": "randombytes@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  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. "/serialize-javascript"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": "",
  32. "browser": "browser.js",
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/randombytes/issues"
  35. },
  36. "dependencies": {
  37. "safe-buffer": "^5.1.0"
  38. },
  39. "description": "random bytes 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/randombytes",
  48. "keywords": [
  49. "crypto",
  50. "random"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "randombytes",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/crypto-browserify/randombytes.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": "2.1.0"
  65. }