@netlify/redirect-parser
Version:
Parses netlify redirects into a js object representation
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "@netlify/redirect-parser",
"version": "15.0.3",
"description": "Parses netlify redirects into a js object representation",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"prebuild": "rm -rf lib",
"build": "tsc",
"test": "vitest run",
"test:bench": "vitest bench",
"test:dev": "vitest",
"test:ci": "vitest run --reporter=default && vitest bench --run --passWithNoTests"
},
"keywords": [
"netlify"
],
"engines": {
"node": ">=18.14.0"
},
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"fast-safe-stringify": "^2.1.1",
"is-plain-obj": "^4.0.0",
"path-exists": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.19.111",
"typescript": "^5.0.0",
"vitest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/netlify/build.git",
"directory": "packages/redirect-parser"
},
"bugs": {
"url": "https://github.com/netlify/build/issues"
},
"homepage": "https://github.com/netlify/build#readme",
"gitHead": "f65a08178a04db0ad274aa62f7d46319f2ef661a"
}