package.json 2.3 KB

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