package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "slash@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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-plugin-eslint/globby",
  27. "/@vue/cli-service",
  28. "/@vue/cli-service/globby",
  29. "/jest-watch-typeahead"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/slash/download/slash-2.0.0.tgz",
  32. "_spec": "2.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/slash/issues"
  41. },
  42. "description": "Convert Windows backslash paths to slash paths",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/slash#readme",
  54. "keywords": [
  55. "path",
  56. "seperator",
  57. "sep",
  58. "slash",
  59. "backslash",
  60. "windows",
  61. "win"
  62. ],
  63. "license": "MIT",
  64. "name": "slash",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/slash.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "2.0.0"
  73. }