frontend/.pnpm-store/v3/files/8d/9a567267ba54c1972b5af114a51f5c5ea746d0602537b24467d03d0c1c8bf999d1600daadc0ac24102cfea1f21fa430644ceac7e53757d0c5a441bbb90456b

21 lines
557 B
Plaintext

{
"name": "xregexp",
"version": "2.0.0",
"homepage": "http://xregexp.com/",
"author": "Steven Levithan <steves_list@hotmail.com>",
"license": "MIT",
"repository" : {
"type": "git",
"url": "https://github.com/slevithan/XRegExp.git"
},
"description": "Extended JavaScript regular expressions",
"keywords": ["regex", "regexp"],
"main": "./xregexp-all.js",
"scripts": {
"test": "node tests/node-qunit.js"
},
"devDependencies": {
"qunit": ">= 0.2.x"
}
}