package.json 556 B

123456789101112131415161718192021222324
  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. }