package.json 2.5 KB

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