package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@hapi/bourne@1.3.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/bourne@1.3.2",
  10. "_id": "@hapi/bourne@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CnCVreoGckPOMoPhtWuKj0U7JCo=",
  13. "_location": "/@hapi/bourne",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/bourne@1.3.2",
  19. "name": "@hapi/bourne",
  20. "escapedName": "@hapi%2fbourne",
  21. "scope": "@hapi",
  22. "rawSpec": "1.3.2",
  23. "saveSpec": null,
  24. "fetchSpec": "1.3.2"
  25. },
  26. "_requiredBy": [
  27. "/@hapi/joi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz",
  30. "_spec": "1.3.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/bourne/issues"
  34. },
  35. "dependencies": {},
  36. "description": "JSON parse with prototype poisoning protection",
  37. "devDependencies": {
  38. "@hapi/code": "5.x.x",
  39. "@hapi/lab": "18.x.x",
  40. "benchmark": "^2.1.4"
  41. },
  42. "homepage": "https://github.com/hapijs/bourne#readme",
  43. "keywords": [
  44. "JSON",
  45. "parse",
  46. "safe",
  47. "prototype"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "lib/index.js",
  51. "name": "@hapi/bourne",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/hapijs/bourne.git"
  55. },
  56. "scripts": {
  57. "test": "lab -a @hapi/code -t 100 -L",
  58. "test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
  59. },
  60. "version": "1.3.2"
  61. }