package.json 1.6 KB

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