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.8KB

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