package.json 2.5 KB

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