package.json 2.4 KB

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