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.

100 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "array-union@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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. ],
  36. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  37. "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  38. "_shrinkwrap": null,
  39. "_spec": "array-union@^1.0.1",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/globby",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/array-union/issues"
  48. },
  49. "dependencies": {
  50. "array-uniq": "^1.0.1"
  51. },
  52. "description": "Create an array of unique values, in order, from the input arrays",
  53. "devDependencies": {
  54. "ava": "*",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  60. "tarball": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "34e1d6a80baa4eac9723795a0674c14119ace1bd",
  69. "homepage": "https://github.com/sindresorhus/array-union#readme",
  70. "keywords": [
  71. "arr",
  72. "array",
  73. "combine",
  74. "duplicate",
  75. "merge",
  76. "remove",
  77. "set",
  78. "union",
  79. "uniq",
  80. "unique"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "array-union",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/array-union.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.0.2"
  100. }