package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "is-obj@^2.0.0",
  3. "_id": "is-obj@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
  6. "_location": "/is-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-obj@^2.0.0",
  12. "name": "is-obj",
  13. "escapedName": "is-obj",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dot-prop"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
  22. "_shasum": "473fb05d973705e3fd9620545018ca8e22ef4982",
  23. "_spec": "is-obj@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\dot-prop",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-obj/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a value is an object",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-obj#readme",
  49. "keywords": [
  50. "object",
  51. "is",
  52. "check",
  53. "test",
  54. "type"
  55. ],
  56. "license": "MIT",
  57. "name": "is-obj",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/sindresorhus/is-obj.git"
  61. },
  62. "scripts": {
  63. "test": "xo && ava && tsd"
  64. },
  65. "version": "2.0.0"
  66. }