package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "is-obj@^1.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
  6. "_location": "/is-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-obj@^1.0.0",
  12. "name": "is-obj",
  13. "escapedName": "is-obj",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/deep-assign",
  20. "/stringify-object"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  23. "_shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f",
  24. "_spec": "is-obj@^1.0.0",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\deep-assign",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "[email protected]",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-obj/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if a value is an object",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/is-obj#readme",
  48. "keywords": [
  49. "obj",
  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"
  64. },
  65. "version": "1.0.1"
  66. }