package.json 2.2 KB

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