package.json 2.6 KB

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