package.json 1.5 KB

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