package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "slash@^1.0.0",
  6. "scope": null,
  7. "escapedName": "slash",
  8. "name": "slash",
  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-watch"
  14. ]
  15. ],
  16. "_from": "slash@>=1.0.0 <2.0.0",
  17. "_id": "slash@1.0.0",
  18. "_inCache": true,
  19. "_location": "/slash",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.14",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "slash@^1.0.0",
  28. "scope": null,
  29. "escapedName": "slash",
  30. "name": "slash",
  31. "rawSpec": "^1.0.0",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/gulp-watch"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  39. "_shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  40. "_shrinkwrap": null,
  41. "_spec": "slash@^1.0.0",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-watch",
  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/slash/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Convert Windows backslash paths to slash paths",
  53. "devDependencies": {
  54. "mocha": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  59. "tarball": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "c801dd4568ad9380b534067eabe88942394f82ff",
  68. "homepage": "https://github.com/sindresorhus/slash",
  69. "keywords": [
  70. "path",
  71. "seperator",
  72. "sep",
  73. "slash",
  74. "backslash",
  75. "windows",
  76. "win"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "sindresorhus",
  82. "email": "sindresorhus@gmail.com"
  83. }
  84. ],
  85. "name": "slash",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/sindresorhus/slash.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "version": "1.0.0"
  96. }