package.json 2.4 KB

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