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.

79 lines
1.8 KiB

преди 3 години
  1. {
  2. "_from": "domutils@1.5.1",
  3. "_id": "domutils@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
  6. "_location": "/domutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "domutils@1.5.1",
  12. "name": "domutils",
  13. "escapedName": "domutils",
  14. "rawSpec": "1.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.5.1"
  17. },
  18. "_requiredBy": [
  19. "/css-select",
  20. "/htmlparser2"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  23. "_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  24. "_spec": "domutils@1.5.1",
  25. "_where": "/home/ubuntu/etherpad-lite/node_modules/css-select",
  26. "author": {
  27. "name": "Felix Boehm",
  28. "email": "me@feedic.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/FB55/domutils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "dom-serializer": "0",
  36. "domelementtype": "1"
  37. },
  38. "deprecated": false,
  39. "description": "utilities for working with htmlparser2's dom",
  40. "devDependencies": {
  41. "domhandler": "2",
  42. "htmlparser2": "~3.3.0",
  43. "jshint": "~2.3.0",
  44. "mocha": "~1.15.1"
  45. },
  46. "directories": {
  47. "test": "tests"
  48. },
  49. "homepage": "https://github.com/FB55/domutils#readme",
  50. "jshintConfig": {
  51. "proto": true,
  52. "unused": true,
  53. "eqnull": true,
  54. "undef": true,
  55. "quotmark": "double",
  56. "eqeqeq": true,
  57. "trailing": true,
  58. "node": true,
  59. "globals": {
  60. "describe": true,
  61. "it": true,
  62. "beforeEach": true
  63. }
  64. },
  65. "keywords": [
  66. "dom",
  67. "htmlparser2"
  68. ],
  69. "main": "index.js",
  70. "name": "domutils",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/FB55/domutils.git"
  74. },
  75. "scripts": {
  76. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  77. },
  78. "version": "1.5.1"
  79. }