package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "normalize-url@3.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-url@3.3.0",
  10. "_id": "normalize-url@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-suHE3E98bVd0PfczpPWXjRhlBVk=",
  13. "_location": "/normalize-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-url@3.3.0",
  19. "name": "normalize-url",
  20. "escapedName": "normalize-url",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-normalize-url"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/normalize-url/download/normalize-url-3.3.0.tgz",
  29. "_spec": "3.3.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/normalize-url/issues"
  38. },
  39. "description": "Normalize a URL",
  40. "devDependencies": {
  41. "ava": "*",
  42. "coveralls": "^3.0.0",
  43. "nyc": "^12.0.2",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  53. "keywords": [
  54. "normalize",
  55. "url",
  56. "uri",
  57. "address",
  58. "string",
  59. "normalization",
  60. "normalisation",
  61. "query",
  62. "querystring",
  63. "simplify",
  64. "strip",
  65. "trim",
  66. "canonical"
  67. ],
  68. "license": "MIT",
  69. "name": "normalize-url",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  73. },
  74. "scripts": {
  75. "test": "xo && nyc ava"
  76. },
  77. "version": "3.3.0"
  78. }