package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "mdurl@^1.0.1",
  3. "_id": "mdurl@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=",
  6. "_location": "/mdurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mdurl@^1.0.1",
  12. "name": "mdurl",
  13. "escapedName": "mdurl",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/markdown-it"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  22. "_shasum": "fe85b2ec75a59037f2adfec100fd6c601761152e",
  23. "_spec": "mdurl@^1.0.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/markdown-it",
  25. "bugs": {
  26. "url": "https://github.com/markdown-it/mdurl/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "URL utilities for markdown-it",
  31. "devDependencies": {
  32. "eslint": "0.13.0",
  33. "eslint-plugin-nodeca": "^1.0.0",
  34. "istanbul": "*",
  35. "mocha": "*"
  36. },
  37. "homepage": "https://github.com/markdown-it/mdurl#readme",
  38. "license": "MIT",
  39. "name": "mdurl",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/markdown-it/mdurl.git"
  43. },
  44. "scripts": {
  45. "test": "make test"
  46. },
  47. "version": "1.0.1"
  48. }