package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "slash@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
  6. "_location": "/slash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slash@^2.0.0",
  12. "name": "slash",
  13. "escapedName": "slash",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
  22. "_shasum": "de552851a1759df3a8f206535442f5ec4ddeab44",
  23. "_spec": "slash@^2.0.0",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/cli",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/slash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Convert Windows backslash paths to slash paths",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/slash#readme",
  47. "keywords": [
  48. "path",
  49. "seperator",
  50. "sep",
  51. "slash",
  52. "backslash",
  53. "windows",
  54. "win"
  55. ],
  56. "license": "MIT",
  57. "name": "slash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/sindresorhus/slash.git"
  61. },
  62. "scripts": {
  63. "test": "xo && ava"
  64. },
  65. "version": "2.0.0"
  66. }