Changeset 59329aa for trip-planner-front/node_modules/@trysound/sax
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@trysound/sax/package.json
rceaed42 r59329aa 1 1 { 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 }, 8 40 "contributors": [ 9 41 { … … 13 45 } 14 46 ], 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 }, 16 55 "files": [ 17 56 "lib" 18 57 ], 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" 21 65 }, 22 66 "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" 25 69 }, 26 "devDependencies": { 27 "standard": "^8.6.0", 28 "tap": "^10.5.1" 29 } 70 "version": "0.2.0" 30 71 }
Note:
See TracChangeset
for help on using the changeset viewer.