Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "is-extendable@^1.0.0",
  3. "_id": "is-extendable@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  6. "_location": "/is-extendable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extendable@^1.0.0",
  12. "name": "is-extendable",
  13. "escapedName": "is-extendable",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/extend-shallow",
  20. "/mixin-deep",
  21. "/object.omit"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
  24. "_shasum": "a7470f9e426733d81bd81e1155264e3a3507cab4",
  25. "_spec": "is-extendable@^1.0.0",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/object.omit",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-plain-object": "^2.0.4"
  37. },
  38. "deprecated": false,
  39. "description": "Returns true if a value is a plain object, array or function.",
  40. "devDependencies": {
  41. "gulp-format-md": "^1.0.0",
  42. "mocha": "^3.4.2"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-extendable",
  52. "keywords": [
  53. "array",
  54. "assign",
  55. "check",
  56. "date",
  57. "extend",
  58. "extendable",
  59. "extensible",
  60. "function",
  61. "is",
  62. "object",
  63. "regex",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-extendable",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "types": "index.d.ts",
  77. "verb": {
  78. "related": {
  79. "list": [
  80. "assign-deep",
  81. "is-equal-shallow",
  82. "is-plain-object",
  83. "isobject",
  84. "kind-of"
  85. ]
  86. },
  87. "toc": false,
  88. "layout": "default",
  89. "tasks": [
  90. "readme"
  91. ],
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "1.0.1"
  100. }