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

82 lines
2 KiB
JSON

{
"_args": [
[
"route-manifest@1.0.0",
"F:\\Documents\\websites\\BMM"
]
],
"_from": "route-manifest@1.0.0",
"_id": "route-manifest@1.0.0",
"_inBundle": false,
"_integrity": "sha512-qn0xJr4nnF4caj0erOLLAHYiNyzqhzpUbgDQcEHrmBoG4sWCDLnIXLH7VccNSxe9cWgbP2Kw/OjME+eH3CeRSA==",
"_location": "/route-manifest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "route-manifest@1.0.0",
"name": "route-manifest",
"escapedName": "route-manifest",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/quicklink"
],
"_resolved": "https://registry.npmjs.org/route-manifest/-/route-manifest-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\Documents\\websites\\BMM",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/route-manifest/issues"
},
"dependencies": {
"regexparam": "^1.3.0"
},
"description": "A tiny (412B) runtime to retrieve the correct entry from a Route Manifest file",
"devDependencies": {
"esm": "3.2.25",
"gzip-size": "5.1.1",
"mk-dirs": "2.0.0",
"pretty-bytes": "4.0.2",
"tap-spec": "5.0.0",
"tape": "4.11.0",
"terser": "4.1.4"
},
"engines": {
"node": ">= 6"
},
"files": [
"*.d.ts",
"dist"
],
"homepage": "https://github.com/lukeed/route-manifest#readme",
"keywords": [
"route",
"runtime",
"manifest",
"parser"
],
"license": "MIT",
"main": "dist/rmanifest.js",
"module": "dist/rmanifest.mjs",
"name": "route-manifest",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/route-manifest.git"
},
"scripts": {
"build": "node bin",
"pretest": "npm run build",
"test": "tape -r esm test/*.js | tap-spec"
},
"types": "rmanifest.d.ts",
"umd:name": "rmanifest",
"unpkg": "dist/rmanifest.min.js",
"version": "1.0.0"
}