package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "array-unique@^0.2.1",
  6. "scope": null,
  7. "escapedName": "array-unique",
  8. "name": "array-unique",
  9. "rawSpec": "^0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "array-unique@>=0.2.1 <0.3.0",
  17. "_id": "array-unique@0.2.1",
  18. "_inCache": true,
  19. "_location": "/array-unique",
  20. "_nodeVersion": "1.6.2",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "2.7.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "array-unique@^0.2.1",
  29. "scope": null,
  30. "escapedName": "array-unique",
  31. "name": "array-unique",
  32. "rawSpec": "^0.2.1",
  33. "spec": ">=0.2.1 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/micromatch"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
  40. "_shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
  41. "_shrinkwrap": null,
  42. "_spec": "array-unique@^0.2.1",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/array-unique/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
  53. "devDependencies": {
  54. "array-uniq": "^1.0.2",
  55. "benchmarked": "^0.1.3",
  56. "mocha": "*",
  57. "should": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "a1d97ccafcbc2625cc70fadceb36a50c58b01a53",
  62. "tarball": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "36fde8e586fb7cf880b8b3aa6515df889e64ed85",
  71. "homepage": "https://github.com/jonschlinkert/array-unique",
  72. "license": {
  73. "type": "MIT",
  74. "url": "https://github.com/jonschlinkert/array-unique/blob/master/LICENSE"
  75. },
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "jonschlinkert",
  80. "email": "github@sellside.com"
  81. }
  82. ],
  83. "name": "array-unique",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/jonschlinkert/array-unique.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "version": "0.2.1"
  94. }