package.json 2.2 KB

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