package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "dot-prop@^6.0.1",
  3. "_id": "dot-prop@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
  6. "_location": "/dot-prop",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dot-prop@^6.0.1",
  12. "name": "dot-prop",
  13. "escapedName": "dot-prop",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/conf"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-6.0.1.tgz",
  22. "_shasum": "fc26b3cf142b9e59b74dbd39ed66ce620c681083",
  23. "_spec": "dot-prop@^6.0.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/conf",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/dot-prop/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-obj": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get, set, or delete a property from a nested object using a dot path",
  39. "devDependencies": {
  40. "ava": "^2.1.0",
  41. "benchmark": "^2.1.4",
  42. "tsd": "^0.13.1",
  43. "xo": "^0.33.1"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/dot-prop#readme",
  54. "keywords": [
  55. "object",
  56. "prop",
  57. "property",
  58. "dot",
  59. "path",
  60. "get",
  61. "set",
  62. "delete",
  63. "access",
  64. "notation",
  65. "dotty"
  66. ],
  67. "license": "MIT",
  68. "name": "dot-prop",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/dot-prop.git"
  72. },
  73. "scripts": {
  74. "bench": "node bench.js",
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "6.0.1",
  78. "xo": {
  79. "rules": {
  80. "@typescript-eslint/method-signature-style": "off"
  81. }
  82. }
  83. }