package.json 1.5 KB

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