Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@trysound/sax/package.json

    rceaed42 r59329aa  
    11{
    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",
     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  },
    840  "contributors": [
    941    {
     
    1345    }
    1446  ],
    15   "main": "lib/sax.js",
     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  },
    1655  "files": [
    1756    "lib"
    1857  ],
    19   "engines": {
    20     "node": ">=10.13.0"
     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"
    2165  },
    2266  "scripts": {
    23     "test": "tap test/*.js --cov -j4",
    24     "lint": "standard -F test/*.js lib/*.js"
     67    "lint": "standard -F test/*.js lib/*.js",
     68    "test": "tap test/*.js --cov -j4"
    2569  },
    26   "devDependencies": {
    27     "standard": "^8.6.0",
    28     "tap": "^10.5.1"
    29   }
     70  "version": "0.2.0"
    3071}
Note: See TracChangeset for help on using the changeset viewer.