package.json 2.6 KB

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