Skip to content

Commit

Permalink
sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Mar 23, 2021
1 parent cc59575 commit b3dd69f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@
"name": "undici",
"version": "3.3.1",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "standard | snazzy",
"test": "tap test/*.js --no-coverage && jest test/jest/test",
"test:typescript": "tsd",
"coverage": "standard | snazzy && tap test/*.js",
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
"bench": "npx concurrently -k -s first \"node benchmarks/server.js\" \"node -e 'setTimeout(() => {}, 1000)' && node benchmarks\"",
"serve-website": "docsify serve .",
"prepare": "husky install"
"homepage": "https://github.com/nodejs/undici#readme",
"bugs": {
"url": "https://github.com/nodejs/undici/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/undici.git"
},
"license": "MIT",
"author": "Matteo Collina <[email protected]>",
"contributors": [
{
Expand All @@ -26,11 +19,18 @@
"author": true
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejs/undici/issues"
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "standard | snazzy",
"test": "tap test/*.js --no-coverage && jest test/jest/test",
"test:typescript": "tsd",
"coverage": "standard | snazzy && tap test/*.js",
"coverage:ci": "npm run coverage -- --coverage-report=lcovonly",
"bench": "npx concurrently -k -s first \"node benchmarks/server.js\" \"node -e 'setTimeout(() => {}, 1000)' && node benchmarks\"",
"serve-website": "docsify serve .",
"prepare": "husky install"
},
"homepage": "https://github.com/nodejs/undici#readme",
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/node": "^14.6.2",
Expand All @@ -44,8 +44,8 @@
"pre-commit": "^1.2.2",
"proxy": "^1.0.2",
"proxyquire": "^2.0.1",
"sinon": "^9.2.4",
"semver": "^5.7.1",
"sinon": "^9.2.4",
"snazzy": "^8.0.0",
"standard": "^14.3.4",
"tap": "^14.10.8",
Expand Down

0 comments on commit b3dd69f

Please sign in to comment.