forked from AsaiKen/libxmljs2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "@stroeer/libxmljs2",
"author": "marudor",
"contributors": [
"Jeff Smick",
"Marco Rogers"
],
"binary": {
"module_name": "xmljs",
"module_path": "./build/Release/",
"host": "https://github.com",
"remote_path": "./marudor/libxmljs2/releases/download/v0.26.3/",
"package_name": "node-v72-linux-x64-glibc.tar.gz"
},
"description": "libxml bindings for v8 javascript engine",
"version": "0.26.11",
"scripts": {
"build": "node-pre-gyp install --build-from-source",
"install": "node-pre-gyp install --fallback-to-build --loglevel http",
"test": "node --expose_gc ./node_modules/jest/bin/jest.js",
"lint": "eslint index.js test",
"tsd": "tsd",
"package": "node-pre-gyp package 2>&1"
},
"repository": {
"type": "git",
"url": "http://github.com/stroeer/libxmljs2.git"
},
"bugs": {
"url": "http://github.com/marudor/libxmljs2/issues"
},
"main": "./index",
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.1",
"bindings": "~1.5.0",
"nan": "~2.14.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-marudor": "^7.3.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"eslint-plugin-testing-library": "^3.7.0",
"jest": "^26.4.2",
"jest-watch-typeahead": "^0.6.0",
"prettier": "^2.1.1",
"tsd": "^0.14.0",
"typescript": "^4.1.3"
}
}