Changeset 59329aa for trip-planner-front/node_modules/sax/package.json
- 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/sax/package.json
rceaed42 r59329aa 1 1 { 2 "name": "sax", 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 }, 3 40 "description": "An evented streaming XML parser in JavaScript", 4 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 5 "version": "1.2.4", 6 "main": "lib/sax.js", 7 "license": "ISC", 8 "scripts": { 9 "test": "tap test/*.js --cov -j4", 10 "posttest": "standard -F test/*.js lib/*.js", 11 "preversion": "npm test", 12 "postversion": "npm publish", 13 "postpublish": "git push origin --all; git push origin --tags" 41 "devDependencies": { 42 "standard": "^8.6.0", 43 "tap": "^10.5.1" 14 44 }, 15 "repository": "git://github.com/isaacs/sax-js.git",16 45 "files": [ 17 46 "lib/sax.js", … … 19 48 "README.md" 20 49 ], 21 "devDependencies": { 22 "standard": "^8.6.0", 23 "tap": "^10.5.1" 24 } 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" 25 66 }
Note:
See TracChangeset
for help on using the changeset viewer.