Files
Speedtest-Tracker/conf/site/node_modules/regjsgen/package.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

71 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_args": [
[
"regjsgen@0.5.1",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "regjsgen@0.5.1",
"_id": "regjsgen@0.5.1",
"_inBundle": false,
"_integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==",
"_location": "/regjsgen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "regjsgen@0.5.1",
"name": "regjsgen",
"escapedName": "regjsgen",
"rawSpec": "0.5.1",
"saveSpec": null,
"fetchSpec": "0.5.1"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz",
"_spec": "0.5.1",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "Benjamin Tan",
"url": "https://bnjmnt4n.now.sh/"
},
"bugs": {
"url": "https://github.com/bnjmnt4n/regjsgen/issues"
},
"description": "Generate regular expressions from regjsparsers AST.",
"devDependencies": {
"codecov": "^3.6.1",
"nyc": "^14.1.1",
"regjsparser": "~0.6.0",
"request": "^2.88.0"
},
"files": [
"LICENSE",
"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",
"test": "node tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
"version": "0.5.1"
}