package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "array-unique@0.2.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-unique@0.2.1",
  10. "_id": "array-unique@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
  13. "_location": "/array-unique",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-unique@0.2.1",
  19. "name": "array-unique",
  20. "escapedName": "array-unique",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
  29. "_spec": "0.2.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/array-unique/issues"
  37. },
  38. "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
  39. "devDependencies": {
  40. "array-uniq": "^1.0.2",
  41. "benchmarked": "^0.1.3",
  42. "mocha": "*",
  43. "should": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/array-unique",
  52. "license": {
  53. "type": "MIT",
  54. "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
  55. },
  56. "main": "index.js",
  57. "name": "array-unique",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/jonschlinkert/array-unique.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "version": "0.2.1"
  66. }