package.json 2.2 KB

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