Changeset 59329aa for trip-planner-front/node_modules/regjsgen/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/regjsgen/package.json
rceaed42 r59329aa 1 1 { 2 "name": "regjsgen", 3 "version": "0.5.2", 2 "_args": [ 3 [ 4 "regjsgen@0.5.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "regjsgen@0.5.2", 10 "_id": "regjsgen@0.5.2", 11 "_inBundle": false, 12 "_integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", 13 "_location": "/regjsgen", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "regjsgen@0.5.2", 19 "name": "regjsgen", 20 "escapedName": "regjsgen", 21 "rawSpec": "0.5.2", 22 "saveSpec": null, 23 "fetchSpec": "0.5.2" 24 }, 25 "_requiredBy": [ 26 "/regexpu-core" 27 ], 28 "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", 29 "_spec": "0.5.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Benjamin Tan", 33 "url": "https://ofcr.se/" 34 }, 35 "bugs": { 36 "url": "https://github.com/bnjmnt4n/regjsgen/issues" 37 }, 4 38 "description": "Generate regular expressions from regjsparser’s AST.", 39 "devDependencies": { 40 "codecov": "^3.7.0", 41 "nyc": "^15.0.1", 42 "regjsparser": "~0.6.4", 43 "request": "^2.88.2" 44 }, 45 "files": [ 46 "LICENSE-MIT.txt", 47 "regjsgen.js" 48 ], 5 49 "homepage": "https://github.com/bnjmnt4n/regjsgen", 6 "main": "regjsgen.js",7 50 "keywords": [ 8 51 "ast", … … 13 56 ], 14 57 "license": "MIT", 15 "author": { 16 "name": "Benjamin Tan", 17 "url": "https://ofcr.se/" 18 }, 58 "main": "regjsgen.js", 59 "name": "regjsgen", 19 60 "repository": { 20 61 "type": "git", 21 "url": " https://github.com/bnjmnt4n/regjsgen.git"62 "url": "git+https://github.com/bnjmnt4n/regjsgen.git" 22 63 }, 23 "bugs": "https://github.com/bnjmnt4n/regjsgen/issues",24 "files": [25 "LICENSE-MIT.txt",26 "regjsgen.js"27 ],28 64 "scripts": { 29 "test": "node tests/tests.js",30 65 "coverage": "nyc --reporter=html npm test", 31 66 "report-coverage": "nyc --reporter=lcov npm test && codecov", 67 "test": "node tests/tests.js", 32 68 "update-fixtures": "node tests/update-fixtures.js" 33 69 }, 34 "devDependencies": { 35 "codecov": "^3.7.0", 36 "nyc": "^15.0.1", 37 "regjsparser": "~0.6.4", 38 "request": "^2.88.2" 39 } 70 "version": "0.5.2" 40 71 }
Note:
See TracChangeset
for help on using the changeset viewer.