-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "set-img-src",
"version": "1.3.1",
"description": "Sets the src of an image element without leaking memory.",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && npm run rebuild",
"clean": "if exist dist rmdir /s dist ",
"rebuild": "tsc --outDir dist",
"test": "karma start",
"lint": "npx eslint ./src/**/*.ts --fix",
"coverage": "start ./coverage/Chrome 99.0.4844.82 (Windows 10)/html/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exsjabe/Set-Img-Src.git"
},
"keywords": [
"img",
"image",
"src",
"element",
"dataurl",
"memoryleak",
"leak",
"memory",
"byte64",
"blob"
],
"author": "exsjabe",
"license": "MIT",
"bugs": {
"url": "https://github.com/exsjabe/Set-Img-Src/issues"
},
"homepage": "https://github.com/exsjabe/Set-Img-Src#readme",
"devDependencies": {
"@types/eslint": "^8.4.1",
"@types/jasmine": "^4.0.0",
"@types/karma": "^6.3.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-super-dots-reporter": "^0.2.0",
"karma-typescript": "^5.5.3",
"typescript": "^4.6.3"
},
"publishConfig": {
"@exsjabe:registry": "https://npm.pkg.github.com"
}
}