package.json 1.5 KB

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