package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "slash@1.0.0",
  5. "C:\\code\\FED\\fortnite\\web\\1807-工具页面"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slash@1.0.0",
  10. "_id": "slash@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
  13. "_location": "/slash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "slash@1.0.0",
  19. "name": "slash",
  20. "escapedName": "slash",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-core"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/slash/download/slash-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://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. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/slash#readme",
  50. "keywords": [
  51. "path",
  52. "seperator",
  53. "sep",
  54. "slash",
  55. "backslash",
  56. "windows",
  57. "win"
  58. ],
  59. "license": "MIT",
  60. "name": "slash",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/slash.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "1.0.0"
  69. }