package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "slash@^1.0.0",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "slash@>=1.0.0 <2.0.0",
  9. "_id": "slash@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/slash",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "1.4.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "slash",
  21. "raw": "slash@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/babel-cli",
  29. "/babel-core"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
  32. "_shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  33. "_shrinkwrap": null,
  34. "_spec": "slash@^1.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "http://sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/slash/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Convert Windows backslash paths to slash paths",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "c41f2f6c39fc16d1cd17ad4b5d896114ae470d55",
  52. "tarball": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "c801dd4568ad9380b534067eabe88942394f82ff",
  61. "homepage": "https://github.com/sindresorhus/slash",
  62. "keywords": [
  63. "path",
  64. "seperator",
  65. "sep",
  66. "slash",
  67. "backslash",
  68. "windows",
  69. "win"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "email": "sindresorhus@gmail.com",
  75. "name": "sindresorhus"
  76. }
  77. ],
  78. "name": "slash",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/sindresorhus/slash.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "version": "1.0.0"
  89. }