Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
676 bytes
|
Line | |
---|
1 | {
|
---|
2 | "version": "0.2.0",
|
---|
3 | "name": "@trysound/sax",
|
---|
4 | "description": "An evented streaming XML parser in JavaScript",
|
---|
5 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
6 | "repository": "git://github.com/svg/sax.git",
|
---|
7 | "license": "ISC",
|
---|
8 | "contributors": [
|
---|
9 | {
|
---|
10 | "name": "Bogdan Chadkin",
|
---|
11 | "email": "trysound@yandex.ru",
|
---|
12 | "url": "http://github.com/TrySound"
|
---|
13 | }
|
---|
14 | ],
|
---|
15 | "main": "lib/sax.js",
|
---|
16 | "files": [
|
---|
17 | "lib"
|
---|
18 | ],
|
---|
19 | "engines": {
|
---|
20 | "node": ">=10.13.0"
|
---|
21 | },
|
---|
22 | "scripts": {
|
---|
23 | "test": "tap test/*.js --cov -j4",
|
---|
24 | "lint": "standard -F test/*.js lib/*.js"
|
---|
25 | },
|
---|
26 | "devDependencies": {
|
---|
27 | "standard": "^8.6.0",
|
---|
28 | "tap": "^10.5.1"
|
---|
29 | }
|
---|
30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.