package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "slash@^2.0.0",
  3. "_id": "slash@2.0.0",
  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. "/@vue/cli-service",
  21. "/@vue/cli-service/globby",
  22. "/jest-watch-typeahead"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/slash/-/slash-2.0.0.tgz",
  25. "_shasum": "de552851a1759df3a8f206535442f5ec4ddeab44",
  26. "_spec": "slash@^2.0.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\cli",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/slash/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Convert Windows backslash paths to slash paths",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/slash#readme",
  50. "keywords": [
  51. "path",
  52. "seperator",
  53. "sep",
  54. "slash",
  55. "backslash",
  56. "windows",
  57. "win"
  58. ],
  59. "license": "MIT",
  60. "name": "slash",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/slash.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "2.0.0"
  69. }