package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "union-value@^1.0.0",
  3. "_id": "union-value@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
  6. "_location": "/union-value",
  7. "_phantomChildren": {
  8. "extend-shallow": "2.0.1",
  9. "is-extendable": "0.1.1",
  10. "is-plain-object": "2.0.4",
  11. "to-object-path": "0.3.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "union-value@^1.0.0",
  17. "name": "union-value",
  18. "escapedName": "union-value",
  19. "rawSpec": "^1.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^1.0.0"
  22. },
  23. "_requiredBy": [
  24. "/cache-base"
  25. ],
  26. "_resolved": "http://registry.npm.taobao.org/union-value/download/union-value-1.0.0.tgz",
  27. "_shasum": "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4",
  28. "_spec": "union-value@^1.0.0",
  29. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\cache-base",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/union-value/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "arr-union": "^3.1.0",
  40. "get-value": "^2.0.6",
  41. "is-extendable": "^0.1.1",
  42. "set-value": "^0.4.3"
  43. },
  44. "deprecated": false,
  45. "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  46. "devDependencies": {
  47. "gulp-format-md": "^0.1.11",
  48. "mocha": "^3.2.0",
  49. "should": "^11.2.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/union-value",
  58. "keywords": [
  59. "array",
  60. "dot",
  61. "get",
  62. "has",
  63. "nested",
  64. "notation",
  65. "object",
  66. "path",
  67. "prop",
  68. "property",
  69. "set",
  70. "union",
  71. "value"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "union-value",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonschlinkert/union-value.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "toc": false,
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "related": {
  93. "list": [
  94. "assign-value",
  95. "get-value",
  96. "has-value",
  97. "set-value",
  98. "unset-value"
  99. ]
  100. },
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "1.0.0"
  106. }