package.json 2.0 KB

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