main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
716 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "node-domexception",
|
---|
3 | "version": "1.0.0",
|
---|
4 | "description": "An implementation of the DOMException class from NodeJS",
|
---|
5 | "main": "index.js",
|
---|
6 | "repository": {
|
---|
7 | "type": "git",
|
---|
8 | "url": "git+https://github.com/jimmywarting/node-domexception.git"
|
---|
9 | },
|
---|
10 | "engines": {
|
---|
11 | "node": ">=10.5.0"
|
---|
12 | },
|
---|
13 | "author": "Jimmy Wärting",
|
---|
14 | "license": "MIT",
|
---|
15 | "bugs": {
|
---|
16 | "url": "https://github.com/jimmywarting/node-domexception/issues"
|
---|
17 | },
|
---|
18 | "homepage": "https://github.com/jimmywarting/node-domexception#readme",
|
---|
19 | "funding": [
|
---|
20 | {
|
---|
21 | "type": "github",
|
---|
22 | "url": "https://github.com/sponsors/jimmywarting"
|
---|
23 | },
|
---|
24 | {
|
---|
25 | "type": "github",
|
---|
26 | "url": "https://paypal.me/jimmywarting"
|
---|
27 | }
|
---|
28 | ]
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.