package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "domelementtype@1",
  3. "_id": "domelementtype@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
  6. "_location": "/domelementtype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domelementtype@1",
  12. "name": "domelementtype",
  13. "escapedName": "domelementtype",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/domutils",
  20. "/postcss-html/domhandler",
  21. "/postcss-html/htmlparser2",
  22. "/posthtml-parser/domhandler",
  23. "/posthtml-parser/htmlparser2"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
  26. "_shasum": "d048c44b37b0d10a7f2a3d5fee3f4333d790481f",
  27. "_spec": "domelementtype@1",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\domutils",
  29. "author": {
  30. "name": "Felix Boehm",
  31. "email": "me@feedic.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/fb55/domelementtype/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "all the types of nodes in htmlparser2's dom",
  39. "homepage": "https://github.com/fb55/domelementtype#readme",
  40. "keywords": [
  41. "dom",
  42. "htmlparser2"
  43. ],
  44. "license": "BSD-2-Clause",
  45. "main": "index.js",
  46. "name": "domelementtype",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/fb55/domelementtype.git"
  50. },
  51. "version": "1.3.1"
  52. }