package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "slash@2.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slash@2.0.0",
  10. "_id": "slash@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=",
  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. ],
  29. "_resolved": "https://registry.npm.taobao.org/slash/download/slash-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/slash/issues"
  39. },
  40. "description": "Convert Windows backslash paths to slash paths",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/slash#readme",
  52. "keywords": [
  53. "path",
  54. "seperator",
  55. "sep",
  56. "slash",
  57. "backslash",
  58. "windows",
  59. "win"
  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"
  69. },
  70. "version": "2.0.0"
  71. }