package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@hapi/bourne@1.x.x",
  3. "_id": "@hapi/bourne@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==",
  6. "_location": "/@hapi/bourne",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@hapi/bourne@1.x.x",
  12. "name": "@hapi/bourne",
  13. "escapedName": "@hapi%2fbourne",
  14. "scope": "@hapi",
  15. "rawSpec": "1.x.x",
  16. "saveSpec": null,
  17. "fetchSpec": "1.x.x"
  18. },
  19. "_requiredBy": [
  20. "/@hapi/joi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz",
  23. "_shasum": "0a7095adea067243ce3283e1b56b8a8f453b242a",
  24. "_spec": "@hapi/bourne@1.x.x",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@hapi\\joi",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/bourne/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": "This version has been deprecated and is no longer supported or maintained",
  32. "description": "JSON parse with prototype poisoning protection",
  33. "devDependencies": {
  34. "@hapi/code": "5.x.x",
  35. "@hapi/lab": "18.x.x",
  36. "benchmark": "^2.1.4"
  37. },
  38. "homepage": "https://github.com/hapijs/bourne#readme",
  39. "keywords": [
  40. "JSON",
  41. "parse",
  42. "safe",
  43. "prototype"
  44. ],
  45. "license": "BSD-3-Clause",
  46. "main": "lib/index.js",
  47. "name": "@hapi/bourne",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/hapijs/bourne.git"
  51. },
  52. "scripts": {
  53. "test": "lab -a @hapi/code -t 100 -L",
  54. "test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
  55. },
  56. "version": "1.3.2"
  57. }