package.json 2.5 KB

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