package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@hapi/bourne@3.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "@hapi/bourne@3.0.0",
  9. "_id": "@hapi/bourne@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==",
  12. "_location": "/@hapi/bourne",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@hapi/bourne@3.0.0",
  18. "name": "@hapi/bourne",
  19. "escapedName": "@hapi%2fbourne",
  20. "scope": "@hapi",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/co-body"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@hapi/bourne/-/bourne-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "bugs": {
  32. "url": "https://github.com/hapijs/bourne/issues"
  33. },
  34. "description": "JSON parse with prototype poisoning protection",
  35. "devDependencies": {
  36. "@hapi/code": "^9.0.0",
  37. "@hapi/eslint-plugin": "*",
  38. "@hapi/lab": "25.0.0-beta.1",
  39. "@types/node": "^17.0.31",
  40. "benchmark": "2.x.x",
  41. "typescript": "^4.6.3"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "plugin:@hapi/module"
  46. ]
  47. },
  48. "files": [
  49. "lib"
  50. ],
  51. "homepage": "https://github.com/hapijs/bourne#readme",
  52. "keywords": [
  53. "JSON",
  54. "parse",
  55. "safe",
  56. "prototype"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "lib/index.js",
  60. "name": "@hapi/bourne",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/hapijs/bourne.git"
  64. },
  65. "scripts": {
  66. "test": "lab -a @hapi/code -t 100 -L -Y",
  67. "test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
  68. },
  69. "types": "lib/index.d.ts",
  70. "version": "3.0.0"
  71. }