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.

109 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "domutils@^1.7.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-select"
  6. ]
  7. ],
  8. "_from": "domutils@>=1.7.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "domutils@1.7.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/domutils",
  14. "_nodeVersion": "9.5.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/domutils_1.7.0_1518042189368_0.6095902125244643"
  18. },
  19. "_npmUser": {
  20. "email": "me@feedic.com",
  21. "name": "feedic"
  22. },
  23. "_npmVersion": "5.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "domutils",
  27. "raw": "domutils@^1.7.0",
  28. "rawSpec": "^1.7.0",
  29. "scope": null,
  30. "spec": ">=1.7.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/css-select"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  37. "_shasum": "56ea341e834e06e6748af7a1cb25da67ea9f8c2a",
  38. "_shrinkwrap": null,
  39. "_spec": "domutils@^1.7.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-select",
  41. "author": {
  42. "email": "me@feedic.com",
  43. "name": "Felix Boehm"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/FB55/domutils/issues"
  47. },
  48. "dependencies": {
  49. "dom-serializer": "0",
  50. "domelementtype": "1"
  51. },
  52. "description": "utilities for working with htmlparser2's dom",
  53. "devDependencies": {
  54. "domhandler": "2",
  55. "htmlparser2": "~3.9.2",
  56. "jshint": "~2.9.4",
  57. "mocha": "~3.2.0"
  58. },
  59. "directories": {
  60. "test": "tests"
  61. },
  62. "dist": {
  63. "fileCount": 16,
  64. "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  65. "shasum": "56ea341e834e06e6748af7a1cb25da67ea9f8c2a",
  66. "tarball": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  67. "unpackedSize": 20546
  68. },
  69. "gitHead": "34f193ca17d11a98d9310b1965efe5f73d32d79f",
  70. "homepage": "https://github.com/FB55/domutils#readme",
  71. "jshintConfig": {
  72. "eqeqeq": true,
  73. "eqnull": true,
  74. "globals": {
  75. "beforeEach": true,
  76. "describe": true,
  77. "it": true
  78. },
  79. "node": true,
  80. "proto": true,
  81. "quotmark": "double",
  82. "trailing": true,
  83. "undef": true,
  84. "unused": true
  85. },
  86. "keywords": [
  87. "dom",
  88. "htmlparser2"
  89. ],
  90. "license": "BSD-2-Clause",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "feedic",
  95. "email": "me@feedic.com"
  96. }
  97. ],
  98. "name": "domutils",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/FB55/domutils.git"
  104. },
  105. "scripts": {
  106. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  107. },
  108. "version": "1.7.0"
  109. }