package.json 2.3 KB

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