package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "union-value@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cache-base"
  6. ]
  7. ],
  8. "_from": "union-value@>=1.0.0 <2.0.0",
  9. "_id": "union-value@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/union-value",
  13. "_nodeVersion": "7.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/union-value-1.0.0.tgz_1488062568793_0.8357821961399168"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {
  24. "is-extendable": "0.1.1",
  25. "is-plain-object": "2.0.4",
  26. "to-object-path": "0.3.0"
  27. },
  28. "_requested": {
  29. "name": "union-value",
  30. "raw": "union-value@^1.0.0",
  31. "rawSpec": "^1.0.0",
  32. "scope": null,
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/cache-base"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
  40. "_shasum": "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4",
  41. "_shrinkwrap": null,
  42. "_spec": "union-value@^1.0.0",
  43. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cache-base",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/union-value/issues"
  50. },
  51. "dependencies": {
  52. "arr-union": "^3.1.0",
  53. "get-value": "^2.0.6",
  54. "is-extendable": "^0.1.1",
  55. "set-value": "^0.4.3"
  56. },
  57. "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  58. "devDependencies": {
  59. "gulp-format-md": "^0.1.11",
  60. "mocha": "^3.2.0",
  61. "should": "^11.2.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4",
  66. "tarball": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "3ef3dfbb89ae1f72aae88744dfafe70a47b313f8",
  75. "homepage": "https://github.com/jonschlinkert/union-value",
  76. "keywords": [
  77. "array",
  78. "dot",
  79. "get",
  80. "has",
  81. "nested",
  82. "notation",
  83. "object",
  84. "path",
  85. "prop",
  86. "property",
  87. "set",
  88. "union",
  89. "value"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "jonschlinkert",
  96. "email": "github@sellside.com"
  97. }
  98. ],
  99. "name": "union-value",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/union-value.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "layout": "default",
  111. "lint": {
  112. "reflinks": true
  113. },
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "related": {
  118. "list": [
  119. "assign-value",
  120. "get-value",
  121. "has-value",
  122. "set-value",
  123. "unset-value"
  124. ]
  125. },
  126. "tasks": [
  127. "readme"
  128. ],
  129. "toc": false
  130. },
  131. "version": "1.0.0"
  132. }