package.json 1.7 KB

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