blob: fd872b8c0bd4262481068aae52f4ae27b1348115 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "domutils@^1.7.0",
3 "_id": "domutils@1.7.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
6 "_location": "/domutils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "domutils@^1.7.0",
12 "name": "domutils",
13 "escapedName": "domutils",
14 "rawSpec": "^1.7.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.7.0"
17 },
18 "_requiredBy": [
19 "/css-select"
20 ],
21 "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
22 "_shasum": "56ea341e834e06e6748af7a1cb25da67ea9f8c2a",
23 "_spec": "domutils@^1.7.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\css-select",
25 "author": {
26 "name": "Felix Boehm",
27 "email": "me@feedic.com"
28 },
29 "bugs": {
30 "url": "https://github.com/FB55/domutils/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "dom-serializer": "0",
35 "domelementtype": "1"
36 },
37 "deprecated": false,
38 "description": "utilities for working with htmlparser2's dom",
39 "devDependencies": {
40 "domhandler": "2",
41 "htmlparser2": "~3.9.2",
42 "jshint": "~2.9.4",
43 "mocha": "~3.2.0"
44 },
45 "directories": {
46 "test": "tests"
47 },
48 "homepage": "https://github.com/FB55/domutils#readme",
49 "jshintConfig": {
50 "proto": true,
51 "unused": true,
52 "eqnull": true,
53 "undef": true,
54 "quotmark": "double",
55 "eqeqeq": true,
56 "trailing": true,
57 "node": true,
58 "globals": {
59 "describe": true,
60 "it": true,
61 "beforeEach": true
62 }
63 },
64 "keywords": [
65 "dom",
66 "htmlparser2"
67 ],
68 "license": "BSD-2-Clause",
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.7.0"
79}