package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "extend-shallow@^2.0.1",
  3. "_id": "extend-shallow@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  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. "/fill-range",
  21. "/set-value",
  22. "/snapdragon",
  23. "/union-value/set-value"
  24. ],
  25. "_resolved": "http://registry.npm.taobao.org/extend-shallow/download/extend-shallow-2.0.1.tgz",
  26. "_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
  27. "_spec": "extend-shallow@^2.0.1",
  28. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\braces",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "is-extendable": "^0.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  42. "devDependencies": {
  43. "array-slice": "^0.2.3",
  44. "benchmarked": "^0.1.4",
  45. "chalk": "^1.0.0",
  46. "for-own": "^0.1.3",
  47. "glob": "^5.0.12",
  48. "is-plain-object": "^2.0.1",
  49. "kind-of": "^2.0.0",
  50. "minimist": "^1.1.1",
  51. "mocha": "^2.2.5",
  52. "should": "^7.0.1"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  61. "keywords": [
  62. "assign",
  63. "extend",
  64. "javascript",
  65. "js",
  66. "keys",
  67. "merge",
  68. "obj",
  69. "object",
  70. "prop",
  71. "properties",
  72. "property",
  73. "props",
  74. "shallow",
  75. "util",
  76. "utility",
  77. "utils",
  78. "value"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "extend-shallow",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "version": "2.0.1"
  91. }