generated from fastify/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matteo Collina <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"name": "fast-uri", | ||
"description": "Dependency free RFC 3986 URI toolbox", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
"type": "commonjs", | ||
"types": "index.d.ts", | ||
"license": "MIT", | ||
"author": "Vincent Le Goff <[email protected]> (https://github.com/zekth)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fastify/fast-uri" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fastify/fast-uri/issues" | ||
}, | ||
"homepage":"https://github.com/fastify/fast-uri", | ||
"scripts": { | ||
"bench": "node benchmark.js", | ||
"lint:fix": "standard --fix", | ||
"test:lint": "standard | snazzy", | ||
"test:typescript": "tsd", | ||
"test:unit": "tap -J test/*.test.js", | ||
"test:unit:dev": "tap -J test/*.test.js --coverage-report=html", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:typescript", | ||
"test:ci": "npm run test:lint && npm run test:unit -- --cov --coverage-report=lcovonly && npm run test:typescript" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.1.1", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.20.0", | ||
"typescript": "^4.4.4", | ||
"uri-js": "^4.4.1" | ||
}, | ||
"dependencies": {}, | ||
"tap": { | ||
"check-coverage": false | ||
} | ||
} | ||
{ | ||
"name": "fast-uri", | ||
"description": "Dependency free RFC 3986 URI toolbox", | ||
"version": "2.0.0", | ||
"main": "index.js", | ||
"type": "commonjs", | ||
"types": "index.d.ts", | ||
"license": "MIT", | ||
"author": "Vincent Le Goff <[email protected]> (https://github.com/zekth)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fastify/fast-uri" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fastify/fast-uri/issues" | ||
}, | ||
"homepage":"https://github.com/fastify/fast-uri", | ||
"scripts": { | ||
"bench": "node benchmark.js", | ||
"lint:fix": "standard --fix", | ||
"test:lint": "standard | snazzy", | ||
"test:typescript": "tsd", | ||
"test:unit": "tap -J test/*.test.js", | ||
"test:unit:dev": "tap -J test/*.test.js --coverage-report=html", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:typescript", | ||
"test:ci": "npm run test:lint && npm run test:unit -- --cov --coverage-report=lcovonly && npm run test:typescript" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.1.1", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.20.0", | ||
"typescript": "^4.4.4", | ||
"uri-js": "^4.4.1" | ||
}, | ||
"dependencies": {}, | ||
"tap": { | ||
"check-coverage": false | ||
} | ||
} |