package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "array-union@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/globby"
  6. ]
  7. ],
  8. "_from": "array-union@>=1.0.1 <2.0.0",
  9. "_id": "array-union@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/array-union",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/array-union-1.0.2.tgz_1466079411551_0.23353995219804347"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "array-union",
  26. "raw": "array-union@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/del/globby",
  34. "/globby",
  35. "/mem-fs-editor/globby",
  36. "/multimatch"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  39. "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  40. "_shrinkwrap": null,
  41. "_spec": "array-union@^1.0.1",
  42. "_where": "/home/seleznev/project Angular/Quality system/node_modules/globby",
  43. "author": {
  44. "email": "sindresorhus@gmail.com",
  45. "name": "Sindre Sorhus",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/array-union/issues"
  50. },
  51. "dependencies": {
  52. "array-uniq": "^1.0.1"
  53. },
  54. "description": "Create an array of unique values, in order, from the input arrays",
  55. "devDependencies": {
  56. "ava": "*",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  62. "tarball": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "34e1d6a80baa4eac9723795a0674c14119ace1bd",
  71. "homepage": "https://github.com/sindresorhus/array-union#readme",
  72. "keywords": [
  73. "arr",
  74. "array",
  75. "combine",
  76. "duplicate",
  77. "merge",
  78. "remove",
  79. "set",
  80. "union",
  81. "uniq",
  82. "unique"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. }
  90. ],
  91. "name": "array-union",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/array-union.git"
  97. },
  98. "scripts": {
  99. "test": "xo && ava"
  100. },
  101. "version": "1.0.2"
  102. }