package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "is-plain-obj@^3.0.0",
  3. "_id": "is-plain-obj@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  6. "_location": "/is-plain-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-obj@^3.0.0",
  12. "name": "is-plain-obj",
  13. "escapedName": "is-plain-obj",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-middleware"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  22. "_shasum": "af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7",
  23. "_spec": "is-plain-obj@^3.0.0",
  24. "_where": "D:\\work\\liebao-developApi\\node_modules\\http-proxy-middleware",
  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/is-plain-obj/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a value is a plain object",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "tsd": "^0.13.1",
  39. "xo": "^0.33.1"
  40. },
  41. "engines": {
  42. "node": ">=10"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "funding": "https://github.com/sponsors/sindresorhus",
  49. "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
  50. "keywords": [
  51. "object",
  52. "is",
  53. "check",
  54. "test",
  55. "type",
  56. "plain",
  57. "vanilla",
  58. "pure",
  59. "simple"
  60. ],
  61. "license": "MIT",
  62. "name": "is-plain-obj",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "3.0.0"
  71. }