package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "slash@1.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/globby"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://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. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  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": "mocha"
  68. },
  69. "version": "1.0.0"
  70. }