blob: 4351c54af097884faddb6c9c2a1783adf05e6565 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "html-comment-regex@^1.1.2",
3 "_id": "html-comment-regex@1.1.2",
4 "_inBundle": false,
5 "_integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
6 "_location": "/html-comment-regex",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "html-comment-regex@^1.1.2",
12 "name": "html-comment-regex",
13 "escapedName": "html-comment-regex",
14 "rawSpec": "^1.1.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.2"
17 },
18 "_requiredBy": [
19 "/is-svg"
20 ],
21 "_resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
22 "_shasum": "97d4688aeb5c81886a364faa0cad1dda14d433a7",
23 "_spec": "html-comment-regex@^1.1.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-svg",
25 "author": {
26 "name": "Steve Mao",
27 "email": "maochenyan@gmail.com",
28 "url": "https://github.com/stevemao"
29 },
30 "bugs": {
31 "url": "https://github.com/stevemao/html-comment-regex/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "Regular expression for matching HTML comments",
37 "devDependencies": {
38 "jscs": "^1.11.3",
39 "jshint": "^2.6.3",
40 "mocha": "*"
41 },
42 "files": [
43 "index.js"
44 ],
45 "homepage": "https://github.com/stevemao/html-comment-regex",
46 "keywords": [
47 "html-comment-regex",
48 "text",
49 "string",
50 "regex",
51 "regexp",
52 "re",
53 "match",
54 "test",
55 "find",
56 "pattern",
57 "comment",
58 "comments",
59 "html",
60 "HTML",
61 "HyperText Markup Language"
62 ],
63 "license": "MIT",
64 "name": "html-comment-regex",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/stevemao/html-comment-regex.git"
68 },
69 "scripts": {
70 "lint": "jshint *.js --exclude node_modules && jscs *.js",
71 "test": "npm run-script lint && mocha"
72 },
73 "version": "1.1.2"
74}