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
| {
| "_from": "sax@~1.2.4",
| "_id": "sax@1.2.4",
| "_inBundle": false,
| "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
| "_location": "/sax",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "sax@~1.2.4",
| "name": "sax",
| "escapedName": "sax",
| "rawSpec": "~1.2.4",
| "saveSpec": null,
| "fetchSpec": "~1.2.4"
| },
| "_requiredBy": [
| "/svgo"
| ],
| "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
| "_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
| "_spec": "sax@~1.2.4",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\svgo",
| "author": {
| "name": "Isaac Z. Schlueter",
| "email": "i@izs.me",
| "url": "http://blog.izs.me/"
| },
| "bugs": {
| "url": "https://github.com/isaacs/sax-js/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "An evented streaming XML parser in JavaScript",
| "devDependencies": {
| "standard": "^8.6.0",
| "tap": "^10.5.1"
| },
| "files": [
| "lib/sax.js",
| "LICENSE",
| "README.md"
| ],
| "homepage": "https://github.com/isaacs/sax-js#readme",
| "license": "ISC",
| "main": "lib/sax.js",
| "name": "sax",
| "repository": {
| "type": "git",
| "url": "git://github.com/isaacs/sax-js.git"
| },
| "scripts": {
| "postpublish": "git push origin --all; git push origin --tags",
| "posttest": "standard -F test/*.js lib/*.js",
| "postversion": "npm publish",
| "preversion": "npm test",
| "test": "tap test/*.js --cov -j4"
| },
| "version": "1.2.4"
| }
|
|