package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "slash@^3.0.0",
  3. "_id": "slash@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  6. "_location": "/slash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slash@^3.0.0",
  12. "name": "slash",
  13. "escapedName": "slash",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/console",
  20. "/@jest/core",
  21. "/@jest/reporters",
  22. "/@jest/transform",
  23. "/babel-jest",
  24. "/globby",
  25. "/jest-circus",
  26. "/jest-config",
  27. "/jest-message-util",
  28. "/jest-resolve",
  29. "/jest-runtime"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  32. "_shasum": "6539be870c165adbd5240220dbe361f1bc4d4634",
  33. "_spec": "slash@^3.0.0",
  34. "_where": "H:\\gs_nuxt\\node_modules\\globby",
  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. "bundleDependencies": false,
  44. "deprecated": false,
  45. "description": "Convert Windows backslash paths to slash paths",
  46. "devDependencies": {
  47. "ava": "^1.4.1",
  48. "tsd": "^0.7.2",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/slash#readme",
  59. "keywords": [
  60. "path",
  61. "seperator",
  62. "slash",
  63. "backslash",
  64. "windows",
  65. "convert"
  66. ],
  67. "license": "MIT",
  68. "name": "slash",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/slash.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "3.0.0"
  77. }