package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "is-plain-obj@3.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-plain-obj@3.0.0",
  10. "_id": "is-plain-obj@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
  13. "_location": "/is-plain-obj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-plain-obj@3.0.0",
  19. "name": "is-plain-obj",
  20. "escapedName": "is-plain-obj",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-middleware"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  38. },
  39. "description": "Check if a value is a plain object",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  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/is-plain-obj#readme",
  54. "keywords": [
  55. "object",
  56. "is",
  57. "check",
  58. "test",
  59. "type",
  60. "plain",
  61. "vanilla",
  62. "pure",
  63. "simple"
  64. ],
  65. "license": "MIT",
  66. "name": "is-plain-obj",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "3.0.0"
  75. }