source: trip-planner-front/node_modules/@trysound/sax/package.json@ 76712b2

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "@trysound/sax@0.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@trysound/sax@0.2.0",
10 "_id": "@trysound/sax@0.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
13 "_location": "/@trysound/sax",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@trysound/sax@0.2.0",
19 "name": "@trysound/sax",
20 "escapedName": "@trysound%2fsax",
21 "scope": "@trysound",
22 "rawSpec": "0.2.0",
23 "saveSpec": null,
24 "fetchSpec": "0.2.0"
25 },
26 "_requiredBy": [
27 "/svgo"
28 ],
29 "_resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
30 "_spec": "0.2.0",
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/svg/sax/issues"
39 },
40 "contributors": [
41 {
42 "name": "Bogdan Chadkin",
43 "email": "trysound@yandex.ru",
44 "url": "http://github.com/TrySound"
45 }
46 ],
47 "description": "An evented streaming XML parser in JavaScript",
48 "devDependencies": {
49 "standard": "^8.6.0",
50 "tap": "^10.5.1"
51 },
52 "engines": {
53 "node": ">=10.13.0"
54 },
55 "files": [
56 "lib"
57 ],
58 "homepage": "https://github.com/svg/sax#readme",
59 "license": "ISC",
60 "main": "lib/sax.js",
61 "name": "@trysound/sax",
62 "repository": {
63 "type": "git",
64 "url": "git://github.com/svg/sax.git"
65 },
66 "scripts": {
67 "lint": "standard -F test/*.js lib/*.js",
68 "test": "tap test/*.js --cov -j4"
69 },
70 "version": "0.2.0"
71}
Note: See TracBrowser for help on using the repository browser.