blob: c457d883e29e103c1851b55dee402c444abc8190 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "sax@~1.2.4",
3 "_id": "sax@1.2.4",
4 "_inBundle": false,
5 "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
6 "_location": "/sax",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "sax@~1.2.4",
12 "name": "sax",
13 "escapedName": "sax",
14 "rawSpec": "~1.2.4",
15 "saveSpec": null,
16 "fetchSpec": "~1.2.4"
17 },
18 "_requiredBy": [
19 "/svgo"
20 ],
21 "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
22 "_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
23 "_spec": "sax@~1.2.4",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\svgo",
25 "author": {
26 "name": "Isaac Z. Schlueter",
27 "email": "i@izs.me",
28 "url": "http://blog.izs.me/"
29 },
30 "bugs": {
31 "url": "https://github.com/isaacs/sax-js/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "An evented streaming XML parser in JavaScript",
36 "devDependencies": {
37 "standard": "^8.6.0",
38 "tap": "^10.5.1"
39 },
40 "files": [
41 "lib/sax.js",
42 "LICENSE",
43 "README.md"
44 ],
45 "homepage": "https://github.com/isaacs/sax-js#readme",
46 "license": "ISC",
47 "main": "lib/sax.js",
48 "name": "sax",
49 "repository": {
50 "type": "git",
51 "url": "git://github.com/isaacs/sax-js.git"
52 },
53 "scripts": {
54 "postpublish": "git push origin --all; git push origin --tags",
55 "posttest": "standard -F test/*.js lib/*.js",
56 "postversion": "npm publish",
57 "preversion": "npm test",
58 "test": "tap test/*.js --cov -j4"
59 },
60 "version": "1.2.4"
61}