package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "slash@3.0.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  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. "/del",
  27. "/del/globby",
  28. "/globby",
  29. "/node-plop/globby",
  30. "/stylelint"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  33. "_spec": "3.0.0",
  34. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/slash/issues"
  42. },
  43. "description": "Convert Windows backslash paths to slash paths",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/slash#readme",
  57. "keywords": [
  58. "path",
  59. "seperator",
  60. "slash",
  61. "backslash",
  62. "windows",
  63. "convert"
  64. ],
  65. "license": "MIT",
  66. "name": "slash",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/slash.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "3.0.0"
  75. }