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.

69 lines
1.7 KiB

{
"_from": "safe-regex2@^2.0.0",
"_id": "safe-regex2@2.0.0",
"_inBundle": false,
"_integrity": "sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==",
"_location": "/safe-regex2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "safe-regex2@^2.0.0",
"name": "safe-regex2",
"escapedName": "safe-regex2",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/find-my-way"
],
"_resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz",
"_shasum": "b287524c397c7a2994470367e0185e1916b1f5b9",
"_spec": "safe-regex2@^2.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/find-my-way",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/fastify/safe-regex/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
}
],
"dependencies": {
"ret": "~0.2.0"
},
"deprecated": false,
"description": "detect possibly catastrophic, exponential-time regular expressions",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"homepage": "https://github.com/fastify/safe-regex",
"keywords": [
"catastrophic",
"exponential",
"regex",
"safe",
"sandbox"
],
"license": "MIT",
"main": "index.js",
"name": "safe-regex2",
"repository": {
"type": "git",
"url": "git://github.com/fastify/safe-regex.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "2.0.0"
}