package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "array-differ@^1.0.0",
  6. "scope": null,
  7. "escapedName": "array-differ",
  8. "name": "array-differ",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "array-differ@>=1.0.0 <2.0.0",
  17. "_id": "array-differ@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/array-differ",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "1.4.14",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "array-differ@^1.0.0",
  29. "scope": null,
  30. "escapedName": "array-differ",
  31. "name": "array-differ",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-util"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
  40. "_shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
  41. "_shrinkwrap": null,
  42. "_spec": "array-differ@^1.0.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "http://sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/array-differ/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Create an array with values that are present in the first input array but not additional ones",
  54. "devDependencies": {
  55. "mocha": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
  60. "tarball": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "e91802976c4710eef8dea2090d48e48525cf41b1",
  69. "homepage": "https://github.com/sindresorhus/array-differ",
  70. "keywords": [
  71. "array",
  72. "difference",
  73. "diff",
  74. "differ",
  75. "filter",
  76. "exclude"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "sindresorhus",
  82. "email": "sindresorhus@gmail.com"
  83. }
  84. ],
  85. "name": "array-differ",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/sindresorhus/array-differ.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "version": "1.0.0"
  96. }