package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-extendable@^0.1.0",
  3. "_id": "is-extendable@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  6. "_location": "/is-extendable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extendable@^0.1.0",
  12. "name": "is-extendable",
  13. "escapedName": "is-extendable",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/braces/extend-shallow",
  20. "/@vue/cli-service/fill-range/extend-shallow",
  21. "/condense-newlines/extend-shallow",
  22. "/expand-brackets/extend-shallow",
  23. "/extglob/extend-shallow",
  24. "/mocha-webpack/braces/extend-shallow",
  25. "/mocha-webpack/fill-range/extend-shallow",
  26. "/object.omit",
  27. "/pretty/extend-shallow",
  28. "/sane/braces/extend-shallow",
  29. "/sane/fill-range/extend-shallow",
  30. "/set-value",
  31. "/set-value/extend-shallow",
  32. "/snapdragon/extend-shallow",
  33. "/svg-baker/extend-shallow",
  34. "/union-value",
  35. "/watchpack-chokidar2/braces/extend-shallow",
  36. "/watchpack-chokidar2/fill-range/extend-shallow",
  37. "/webpack/braces/extend-shallow",
  38. "/webpack/fill-range/extend-shallow"
  39. ],
  40. "_resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
  41. "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
  42. "_spec": "is-extendable@^0.1.0",
  43. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack\\node_modules\\braces\\node_modules\\extend-shallow",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  50. },
  51. "bundleDependencies": false,
  52. "deprecated": false,
  53. "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  54. "devDependencies": {
  55. "mocha": "*"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/is-extendable",
  64. "keywords": [
  65. "array",
  66. "assign",
  67. "check",
  68. "date",
  69. "extend",
  70. "extensible",
  71. "function",
  72. "is",
  73. "object",
  74. "regex",
  75. "test"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-extendable",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verbiage": {
  88. "related": {
  89. "list": [
  90. "isobject",
  91. "is-plain-object",
  92. "kind-of",
  93. "is-extendable",
  94. "is-equal-shallow",
  95. "extend-shallow",
  96. "assign-deep"
  97. ]
  98. }
  99. },
  100. "version": "0.1.1"
  101. }