-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "posthtml-parser@^0.4.0",
"_id": "posthtml-parser@0.4.1",
"_inBundle": false,
"_integrity": "sha512-h7vXIQ21Ikz2w5wPClPakNP6mJeJCK6BT0GpqnQrNNABdR7/TchNlFyryL1Bz6Ww53YWCKkr6tdZuHlxY1AVdQ==",
"_location": "/posthtml-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "posthtml-parser@^0.4.0",
"name": "posthtml-parser",
"escapedName": "posthtml-parser",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/parcel-bundler",
"/posthtml"
],
"_resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.4.1.tgz",
"_shasum": "95b78fef766fbbe0a6f861b6e95582bc3d1ff933",
"_spec": "posthtml-parser@^0.4.0",
"_where": "D:\\Mapes\\OpenLayers\\TFM\\node_modules\\parcel-bundler",
"author": {
"name": "Ivan Voischev",
"email": "voischev.ivan@ya.ru"
},
"bugs": {
"url": "https://github.com/posthtml/posthtml-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"htmlparser2": "^3.9.2",
"object-assign": "^4.1.1"
},
"deprecated": false,
"description": "Parse HTML/XML to PostHTMLTree",
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.4.0",
"jscs": "^2.3.5",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"rewire": "^2.5.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"homepage": "https://github.com/posthtml/posthtml-parser#readme",
"keywords": [
"html",
"xml",
"parser",
"posthtml",
"posthtmltree"
],
"license": "MIT",
"main": "index.js",
"name": "posthtml-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/posthtml/posthtml-parser.git"
},
"scripts": {
"coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
"lint": "jshint . && jscs -v .",
"postversion": "git push && git push --tags && rm -rf coverage",
"preversion": "npm test",
"test": "npm run lint && npm run coverage"
},
"version": "0.4.1"
}