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.

99 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "relateurl@0.2.x",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier"
  6. ]
  7. ],
  8. "_from": "relateurl@>=0.2.0 <0.3.0",
  9. "_id": "relateurl@0.2.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/relateurl",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/relateurl-0.2.7.tgz_1468503083573_0.04723989125341177"
  17. },
  18. "_npmUser": {
  19. "email": "contact@svachon.com",
  20. "name": "stevenvachon"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "relateurl",
  26. "raw": "relateurl@0.2.x",
  27. "rawSpec": "0.2.x",
  28. "scope": null,
  29. "spec": ">=0.2.0 <0.3.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-minifier"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
  36. "_shasum": "54dbf377e51440aca90a4cd274600d3ff2d888a9",
  37. "_shrinkwrap": null,
  38. "_spec": "relateurl@0.2.x",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier",
  40. "author": {
  41. "email": "contact@svachon.com",
  42. "name": "Steven Vachon",
  43. "url": "http://www.svachon.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/stevenvachon/relateurl/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Minify URLs by converting them from absolute to relative.",
  50. "devDependencies": {
  51. "browserify": "^13.0.1",
  52. "chai": "^3.5.0",
  53. "mocha": "^2.5.3",
  54. "uglify-js": "^2.7.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "54dbf377e51440aca90a4cd274600d3ff2d888a9",
  59. "tarball": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "files": [
  65. "lib",
  66. "license"
  67. ],
  68. "gitHead": "65498004d9663fc320c22ffe9204f3c2e59ab65a",
  69. "homepage": "https://github.com/stevenvachon/relateurl",
  70. "keywords": [
  71. "absolute",
  72. "lint",
  73. "minifier",
  74. "minify",
  75. "relative",
  76. "uri",
  77. "url"
  78. ],
  79. "license": "MIT",
  80. "main": "lib",
  81. "maintainers": [
  82. {
  83. "name": "stevenvachon",
  84. "email": "contact@svachon.com"
  85. }
  86. ],
  87. "name": "relateurl",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/stevenvachon/relateurl.git"
  93. },
  94. "scripts": {
  95. "browserify": "browserify lib/ --standalone RelateUrl | uglifyjs --compress --mangle -o relateurl-browser.js",
  96. "test": "mocha test/ --bail --reporter spec --check-leaks"
  97. },
  98. "version": "0.2.7"
  99. }