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.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "union-value@^1.0.0",
  3. "_id": "union-value@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
  6. "_location": "/union-value",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "union-value@^1.0.0",
  12. "name": "union-value",
  13. "escapedName": "union-value",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
  22. "_shasum": "0b6fe7b835aecda61c6ea4d4f02c14221e109847",
  23. "_spec": "union-value@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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/union-value/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arr-union": "^3.1.0",
  35. "get-value": "^2.0.6",
  36. "is-extendable": "^0.1.1",
  37. "set-value": "^2.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.11",
  43. "mocha": "^3.2.0",
  44. "should": "^11.2.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/union-value",
  53. "keywords": [
  54. "array",
  55. "dot",
  56. "get",
  57. "has",
  58. "nested",
  59. "notation",
  60. "object",
  61. "path",
  62. "prop",
  63. "property",
  64. "set",
  65. "union",
  66. "value"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "union-value",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/union-value.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "assign-value",
  90. "get-value",
  91. "has-value",
  92. "set-value",
  93. "unset-value"
  94. ]
  95. },
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.1"
  101. }