package.json 1.4 KB

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