You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					68 lines
				
				1.8 KiB
			
		
		
			
		
	
	
					68 lines
				
				1.8 KiB
			| 
								 
											4 years ago
										 
									 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "_from": "regjsgen@^0.5.2",
							 | 
						||
| 
								 | 
							
								  "_id": "regjsgen@0.5.2",
							 | 
						||
| 
								 | 
							
								  "_inBundle": false,
							 | 
						||
| 
								 | 
							
								  "_integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
							 | 
						||
| 
								 | 
							
								  "_location": "/regjsgen",
							 | 
						||
| 
								 | 
							
								  "_phantomChildren": {},
							 | 
						||
| 
								 | 
							
								  "_requested": {
							 | 
						||
| 
								 | 
							
								    "type": "range",
							 | 
						||
| 
								 | 
							
								    "registry": true,
							 | 
						||
| 
								 | 
							
								    "raw": "regjsgen@^0.5.2",
							 | 
						||
| 
								 | 
							
								    "name": "regjsgen",
							 | 
						||
| 
								 | 
							
								    "escapedName": "regjsgen",
							 | 
						||
| 
								 | 
							
								    "rawSpec": "^0.5.2",
							 | 
						||
| 
								 | 
							
								    "saveSpec": null,
							 | 
						||
| 
								 | 
							
								    "fetchSpec": "^0.5.2"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "_requiredBy": [
							 | 
						||
| 
								 | 
							
								    "/regexpu-core"
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								  "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
							 | 
						||
| 
								 | 
							
								  "_shasum": "92ff295fb1deecbf6ecdab2543d207e91aa33733",
							 | 
						||
| 
								 | 
							
								  "_spec": "regjsgen@^0.5.2",
							 | 
						||
| 
								 | 
							
								  "_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\regexpu-core",
							 | 
						||
| 
								 | 
							
								  "author": {
							 | 
						||
| 
								 | 
							
								    "name": "Benjamin Tan",
							 | 
						||
| 
								 | 
							
								    "url": "https://ofcr.se/"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "bugs": {
							 | 
						||
| 
								 | 
							
								    "url": "https://github.com/bnjmnt4n/regjsgen/issues"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "bundleDependencies": false,
							 | 
						||
| 
								 | 
							
								  "deprecated": false,
							 | 
						||
| 
								 | 
							
								  "description": "Generate regular expressions from regjsparser’s AST.",
							 | 
						||
| 
								 | 
							
								  "devDependencies": {
							 | 
						||
| 
								 | 
							
								    "codecov": "^3.7.0",
							 | 
						||
| 
								 | 
							
								    "nyc": "^15.0.1",
							 | 
						||
| 
								 | 
							
								    "regjsparser": "~0.6.4",
							 | 
						||
| 
								 | 
							
								    "request": "^2.88.2"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "files": [
							 | 
						||
| 
								 | 
							
								    "LICENSE-MIT.txt",
							 | 
						||
| 
								 | 
							
								    "regjsgen.js"
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								  "homepage": "https://github.com/bnjmnt4n/regjsgen",
							 | 
						||
| 
								 | 
							
								  "keywords": [
							 | 
						||
| 
								 | 
							
								    "ast",
							 | 
						||
| 
								 | 
							
								    "generate",
							 | 
						||
| 
								 | 
							
								    "regex",
							 | 
						||
| 
								 | 
							
								    "regexp",
							 | 
						||
| 
								 | 
							
								    "regular expressions"
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								  "license": "MIT",
							 | 
						||
| 
								 | 
							
								  "main": "regjsgen.js",
							 | 
						||
| 
								 | 
							
								  "name": "regjsgen",
							 | 
						||
| 
								 | 
							
								  "repository": {
							 | 
						||
| 
								 | 
							
								    "type": "git",
							 | 
						||
| 
								 | 
							
								    "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "scripts": {
							 | 
						||
| 
								 | 
							
								    "coverage": "nyc --reporter=html npm test",
							 | 
						||
| 
								 | 
							
								    "report-coverage": "nyc --reporter=lcov npm test && codecov",
							 | 
						||
| 
								 | 
							
								    "test": "node tests/tests.js",
							 | 
						||
| 
								 | 
							
								    "update-fixtures": "node tests/update-fixtures.js"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "version": "0.5.2"
							 | 
						||
| 
								 | 
							
								}
							 |