package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "extend-shallow@^2.0.1",
  3. "_id": "extend-shallow@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  6. "_location": "/extend-shallow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extend-shallow@^2.0.1",
  12. "name": "extend-shallow",
  13. "escapedName": "extend-shallow",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/braces",
  20. "/expand-brackets",
  21. "/extglob",
  22. "/fill-range",
  23. "/micromatch",
  24. "/set-value",
  25. "/snapdragon"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  28. "_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
  29. "_spec": "extend-shallow@^2.0.1",
  30. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\micromatch",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "is-extendable": "^0.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  44. "devDependencies": {
  45. "array-slice": "^0.2.3",
  46. "benchmarked": "^0.1.4",
  47. "chalk": "^1.0.0",
  48. "for-own": "^0.1.3",
  49. "glob": "^5.0.12",
  50. "is-plain-object": "^2.0.1",
  51. "kind-of": "^2.0.0",
  52. "minimist": "^1.1.1",
  53. "mocha": "^2.2.5",
  54. "should": "^7.0.1"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  63. "keywords": [
  64. "assign",
  65. "extend",
  66. "javascript",
  67. "js",
  68. "keys",
  69. "merge",
  70. "obj",
  71. "object",
  72. "prop",
  73. "properties",
  74. "property",
  75. "props",
  76. "shallow",
  77. "util",
  78. "utility",
  79. "utils",
  80. "value"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "extend-shallow",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "2.0.1"
  93. }