buymymojo.net/node_modules/regexparam/package.json
2021-07-02 19:29:34 +10:00

73 lines
1.8 KiB
JSON

{
"_args": [
[
"regexparam@1.3.0",
"F:\\Documents\\websites\\BMM"
]
],
"_from": "regexparam@1.3.0",
"_id": "regexparam@1.3.0",
"_inBundle": false,
"_integrity": "sha512-6IQpFBv6e5vz1QAqI+V4k8P2e/3gRrqfCJ9FI+O1FLQTO+Uz6RXZEZOPmTJ6hlGj7gkERzY5BRCv09whKP96/g==",
"_location": "/regexparam",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "regexparam@1.3.0",
"name": "regexparam",
"escapedName": "regexparam",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/route-manifest"
],
"_resolved": "https://registry.npmjs.org/regexparam/-/regexparam-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "F:\\Documents\\websites\\BMM",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/regexparam/issues"
},
"description": "A tiny (308B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍",
"devDependencies": {
"bundt": "^0.3.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"engines": {
"node": ">=6"
},
"files": [
"*.d.ts",
"dist"
],
"homepage": "https://github.com/lukeed/regexparam#readme",
"keywords": [
"regexp",
"route",
"routing"
],
"license": "MIT",
"main": "dist/regexparam.js",
"module": "dist/regexparam.mjs",
"name": "regexparam",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/regexparam.git"
},
"scripts": {
"build": "bundt",
"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
},
"types": "types.d.ts",
"unpkg": "dist/regexparam.min.js",
"version": "1.3.0"
}