package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "extend-shallow@2.0.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extend-shallow@2.0.1",
  10. "_id": "extend-shallow@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  13. "_location": "/expand-brackets/extend-shallow",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "extend-shallow@2.0.1",
  19. "name": "extend-shallow",
  20. "escapedName": "extend-shallow",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/expand-brackets"
  27. ],
  28. "_resolved": "https://registry.nlark.com/extend-shallow/download/extend-shallow-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  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. "dependencies": {
  39. "is-extendable": "^0.1.0"
  40. },
  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. }