package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "relateurl@0.2.7",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "relateurl@0.2.7",
  9. "_id": "relateurl@0.2.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
  12. "_location": "/relateurl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "relateurl@0.2.7",
  18. "name": "relateurl",
  19. "escapedName": "relateurl",
  20. "rawSpec": "0.2.7",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.7"
  23. },
  24. "_requiredBy": [
  25. "/html-minifier"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  28. "_spec": "0.2.7",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Steven Vachon",
  32. "email": "contact@svachon.com",
  33. "url": "http://www.svachon.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stevenvachon/relateurl/issues"
  37. },
  38. "description": "Minify URLs by converting them from absolute to relative.",
  39. "devDependencies": {
  40. "browserify": "^13.0.1",
  41. "chai": "^3.5.0",
  42. "mocha": "^2.5.3",
  43. "uglify-js": "^2.7.0"
  44. },
  45. "engines": {
  46. "node": ">= 0.10"
  47. },
  48. "files": [
  49. "lib",
  50. "license"
  51. ],
  52. "homepage": "https://github.com/stevenvachon/relateurl",
  53. "keywords": [
  54. "uri",
  55. "url",
  56. "minifier",
  57. "minify",
  58. "lint",
  59. "relative",
  60. "absolute"
  61. ],
  62. "license": "MIT",
  63. "main": "lib",
  64. "name": "relateurl",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/stevenvachon/relateurl.git"
  68. },
  69. "scripts": {
  70. "browserify": "browserify lib/ --standalone RelateUrl | uglifyjs --compress --mangle -o relateurl-browser.js",
  71. "test": "mocha test/ --bail --reporter spec --check-leaks"
  72. },
  73. "version": "0.2.7"
  74. }