package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "array-uniq@1.0.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-uniq@1.0.3",
  10. "_id": "array-uniq@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
  13. "_location": "/array-uniq",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-uniq@1.0.3",
  19. "name": "array-uniq",
  20. "escapedName": "array-uniq",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/array-uniq/issues"
  38. },
  39. "description": "Create an array without duplicates",
  40. "devDependencies": {
  41. "ava": "*",
  42. "es6-set": "^0.1.0",
  43. "require-uncached": "^1.0.2",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/array-uniq#readme",
  53. "keywords": [
  54. "array",
  55. "arr",
  56. "set",
  57. "uniq",
  58. "unique",
  59. "es6",
  60. "duplicate",
  61. "remove"
  62. ],
  63. "license": "MIT",
  64. "name": "array-uniq",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/array-uniq.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.0.3"
  73. }