source: trip-planner-front/node_modules/sax/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "sax@1.2.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "sax@1.2.4",
10 "_id": "sax@1.2.4",
11 "_inBundle": false,
12 "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
13 "_location": "/sax",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "sax@1.2.4",
19 "name": "sax",
20 "escapedName": "sax",
21 "rawSpec": "1.2.4",
22 "saveSpec": null,
23 "fetchSpec": "1.2.4"
24 },
25 "_requiredBy": [
26 "/needle",
27 "/stylus"
28 ],
29 "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
30 "_spec": "1.2.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Isaac Z. Schlueter",
34 "email": "i@izs.me",
35 "url": "http://blog.izs.me/"
36 },
37 "bugs": {
38 "url": "https://github.com/isaacs/sax-js/issues"
39 },
40 "description": "An evented streaming XML parser in JavaScript",
41 "devDependencies": {
42 "standard": "^8.6.0",
43 "tap": "^10.5.1"
44 },
45 "files": [
46 "lib/sax.js",
47 "LICENSE",
48 "README.md"
49 ],
50 "homepage": "https://github.com/isaacs/sax-js#readme",
51 "license": "ISC",
52 "main": "lib/sax.js",
53 "name": "sax",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/isaacs/sax-js.git"
57 },
58 "scripts": {
59 "postpublish": "git push origin --all; git push origin --tags",
60 "posttest": "standard -F test/*.js lib/*.js",
61 "postversion": "npm publish",
62 "preversion": "npm test",
63 "test": "tap test/*.js --cov -j4"
64 },
65 "version": "1.2.4"
66}
Note: See TracBrowser for help on using the repository browser.