package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "urix@0.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/source-map-resolve"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  28. "_spec": "0.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Simon Lydell"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/lydell/urix/issues"
  35. },
  36. "description": "Makes Windows-style paths more unix and URI friendly.",
  37. "devDependencies": {
  38. "jshint": "^2.4.4",
  39. "mocha": "^1.17.1"
  40. },
  41. "homepage": "https://github.com/lydell/urix#readme",
  42. "keywords": [
  43. "path",
  44. "url",
  45. "uri",
  46. "unix",
  47. "windows",
  48. "backslash",
  49. "slash"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "urix",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/lydell/urix.git"
  57. },
  58. "scripts": {
  59. "test": "jshint index.js test/ && mocha"
  60. },
  61. "version": "0.1.0"
  62. }