package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "set-value@2.0.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "set-value@2.0.1",
  10. "_id": "set-value@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
  13. "_location": "/set-value",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "set-value@2.0.1",
  19. "name": "set-value",
  20. "escapedName": "set-value",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cache-base",
  27. "/union-value"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/set-value/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "url": "https://github.com/wtgtybhertgeghgtwtg"
  46. },
  47. {
  48. "name": "Vadim Demedes",
  49. "url": "https://vadimdemedes.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "extend-shallow": "^2.0.1",
  54. "is-extendable": "^0.1.1",
  55. "is-plain-object": "^2.0.3",
  56. "split-string": "^3.0.1"
  57. },
  58. "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
  59. "devDependencies": {
  60. "gulp-format-md": "^0.1.12",
  61. "mocha": "^3.4.2"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/set-value",
  70. "keywords": [
  71. "get",
  72. "has",
  73. "hasown",
  74. "key",
  75. "keys",
  76. "nested",
  77. "notation",
  78. "object",
  79. "prop",
  80. "properties",
  81. "property",
  82. "props",
  83. "set",
  84. "value",
  85. "values"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "set-value",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jonschlinkert/set-value.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "toc": false,
  99. "layout": "default",
  100. "tasks": [
  101. "readme"
  102. ],
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "related": {
  107. "list": [
  108. "assign-value",
  109. "get-value",
  110. "has-value",
  111. "merge-value",
  112. "omit-value",
  113. "set-value",
  114. "union-value",
  115. "unset-value"
  116. ]
  117. },
  118. "lint": {
  119. "reflinks": true
  120. }
  121. },
  122. "version": "2.0.1"
  123. }