package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "slash@3.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slash@3.0.0",
  10. "_id": "slash@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  13. "_location": "/slash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "slash@3.0.0",
  19. "name": "slash",
  20. "escapedName": "slash",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/globby"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/slash/issues"
  38. },
  39. "description": "Convert Windows backslash paths to slash paths",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/slash#readme",
  53. "keywords": [
  54. "path",
  55. "seperator",
  56. "slash",
  57. "backslash",
  58. "windows",
  59. "convert"
  60. ],
  61. "license": "MIT",
  62. "name": "slash",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/slash.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "3.0.0"
  71. }