You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "/source-map-resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  22. "_shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
  23. "_spec": "urix@^0.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\source-map-resolve",
  25. "author": {
  26. "name": "Simon Lydell"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/lydell/urix/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": "Please see https://github.com/lydell/urix#deprecated",
  33. "description": "Makes Windows-style paths more unix and URI friendly.",
  34. "devDependencies": {
  35. "jshint": "^2.4.4",
  36. "mocha": "^1.17.1"
  37. },
  38. "homepage": "https://github.com/lydell/urix#readme",
  39. "keywords": [
  40. "path",
  41. "url",
  42. "uri",
  43. "unix",
  44. "windows",
  45. "backslash",
  46. "slash"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "urix",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/lydell/urix.git"
  54. },
  55. "scripts": {
  56. "test": "jshint index.js test/ && mocha"
  57. },
  58. "version": "0.1.0"
  59. }