package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "slash@^1.0.0",
  3. "_id": "slash@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
  6. "_location": "/slash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slash@^1.0.0",
  12. "name": "slash",
  13. "escapedName": "slash",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-core",
  20. "/globby"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  23. "_shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  24. "_spec": "slash@^1.0.0",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-core",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "http://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/slash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Convert Windows backslash paths to slash paths",
  37. "devDependencies": {
  38. "mocha": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/slash#readme",
  47. "keywords": [
  48. "path",
  49. "seperator",
  50. "sep",
  51. "slash",
  52. "backslash",
  53. "windows",
  54. "win"
  55. ],
  56. "license": "MIT",
  57. "name": "slash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/sindresorhus/slash.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "version": "1.0.0"
  66. }