-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.94 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
{
"_from": "domino@^2.1.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-EwjTbUv1Q/RLQOdn9k7ClHutrQcWGsfXaRQNOnM/KgK4xDBoLFEcIRFuBSxAx13Vfa63X029gXYrNFrSy+DOSg==",
"_location": "/domino",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "domino@^2.1.0",
"name": "domino",
"escapedName": "domino",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/@angular/platform-server"
],
"_resolved": "https://registry.npmjs.org/domino/-/domino-2.1.3.tgz",
"_shasum": "0ca1ad02cbd316ebe2e99e0ac9fb0010407d4601",
"_spec": "domino@^2.1.0",
"_where": "/Users/user/WebstormProjects/artHouse/node_modules/@angular/platform-server",
"author": {
"name": "Felix Gnass",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/fgnass/domino/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Server-side DOM implementation based on Mozilla's dom.js",
"devDependencies": {
"jquery": "^3.3.1",
"jshint": "^2.10.1",
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"homepage": "https://github.com/fgnass/domino",
"license": "BSD-2-Clause",
"main": "./lib",
"name": "domino",
"repository": {
"type": "git",
"url": "git+https://github.com/fgnass/domino.git"
},
"scripts": {
"bump-version": "npm version patch -m 'Release domino %s.' && tools/bump-version.js && npm run version && git add package.json && git commit -m 'Bump version after release.'",
"lint": "jshint lib test/*.js",
"mocha": "mocha",
"mocha-spec": "mocha -R spec",
"regen-html5lib-tests": "node test/tools/update-html5lib-tests.js test/html5lib-tests.json",
"test": "npm run lint && npm run mocha",
"test-spec": "npm run lint && npm run mocha-spec",
"version": "tools/update-changelog.js && git add CHANGELOG.md"
},
"types": "lib/index.d.ts",
"version": "2.1.3"
}