package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "urix@^0.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/source-map-resolve"
  6. ]
  7. ],
  8. "_from": "urix@>=0.1.0 <0.2.0",
  9. "_id": "urix@0.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/urix",
  13. "_npmUser": {
  14. "email": "simon.lydell@gmail.com",
  15. "name": "lydell"
  16. },
  17. "_npmVersion": "1.4.4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "urix",
  21. "raw": "urix@^0.1.0",
  22. "rawSpec": "^0.1.0",
  23. "scope": null,
  24. "spec": ">=0.1.0 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/source-map-resolve"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  31. "_shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
  32. "_shrinkwrap": null,
  33. "_spec": "urix@^0.1.0",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/source-map-resolve",
  35. "author": {
  36. "name": "Simon Lydell"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/lydell/urix/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Makes Windows-style paths more unix and URI friendly.",
  43. "devDependencies": {
  44. "jshint": "^2.4.4",
  45. "mocha": "^1.17.1"
  46. },
  47. "directories": {},
  48. "dist": {
  49. "shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
  50. "tarball": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
  51. },
  52. "homepage": "https://github.com/lydell/urix",
  53. "keywords": [
  54. "backslash",
  55. "path",
  56. "slash",
  57. "unix",
  58. "uri",
  59. "url",
  60. "windows"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "maintainers": [
  65. {
  66. "name": "lydell",
  67. "email": "simon.lydell@gmail.com"
  68. }
  69. ],
  70. "name": "urix",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/lydell/urix.git"
  76. },
  77. "scripts": {
  78. "test": "jshint index.js test/ && mocha"
  79. },
  80. "version": "0.1.0"
  81. }