package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "urix@0.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "urix@0.1.0",
  9. "_id": "urix@0.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
  12. "_location": "/urix",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "urix@0.1.0",
  18. "name": "urix",
  19. "escapedName": "urix",
  20. "rawSpec": "0.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.0"
  23. },
  24. "_requiredBy": [
  25. "/css",
  26. "/snapdragon/source-map-resolve",
  27. "/source-map-resolve"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  30. "_spec": "0.1.0",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Simon Lydell"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lydell/urix/issues"
  37. },
  38. "description": "Makes Windows-style paths more unix and URI friendly.",
  39. "devDependencies": {
  40. "jshint": "^2.4.4",
  41. "mocha": "^1.17.1"
  42. },
  43. "homepage": "https://github.com/lydell/urix#readme",
  44. "keywords": [
  45. "path",
  46. "url",
  47. "uri",
  48. "unix",
  49. "windows",
  50. "backslash",
  51. "slash"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "urix",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/lydell/urix.git"
  59. },
  60. "scripts": {
  61. "test": "jshint index.js test/ && mocha"
  62. },
  63. "version": "0.1.0"
  64. }