package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "union-value@1.0.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "union-value@1.0.1",
  10. "_id": "union-value@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
  13. "_location": "/union-value",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "union-value@1.0.1",
  19. "name": "union-value",
  20. "escapedName": "union-value",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cache-base"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/union-value/issues"
  37. },
  38. "dependencies": {
  39. "arr-union": "^3.1.0",
  40. "get-value": "^2.0.6",
  41. "is-extendable": "^0.1.1",
  42. "set-value": "^2.0.1"
  43. },
  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.1"
  105. }