Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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