package.json 2.2 KB

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