package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "slash@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "slash@1.0.0",
  10. "_id": "slash@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==",
  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. "/copy-webpack-plugin/globby",
  28. "/jest-message-util",
  29. "/jest-runtime",
  30. "/jest/jest-cli"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  33. "_spec": "1.0.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "http://sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/slash/issues"
  42. },
  43. "description": "Convert Windows backslash paths to slash paths",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  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": "mocha"
  71. },
  72. "version": "1.0.0"
  73. }