package.json 749 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@hapi/bourne",
  3. "description": "JSON parse with prototype poisoning protection",
  4. "version": "1.3.2",
  5. "repository": "git://github.com/hapijs/bourne",
  6. "main": "lib/index.js",
  7. "keywords": [
  8. "JSON",
  9. "parse",
  10. "safe",
  11. "prototype"
  12. ],
  13. "dependencies": {},
  14. "devDependencies": {
  15. "@hapi/code": "5.x.x",
  16. "@hapi/lab": "18.x.x",
  17. "benchmark": "^2.1.4"
  18. },
  19. "scripts": {
  20. "test": "lab -a @hapi/code -t 100 -L",
  21. "test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
  22. },
  23. "license": "BSD-3-Clause",
  24. "__npminstall_done": "Thu Dec 24 2020 20:20:38 GMT+0800 (CST)",
  25. "_from": "@hapi/bourne@1.3.2",
  26. "_resolved": "https://registry.npm.taobao.org/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz"
  27. }