Skip to content

Commit 7dc1fb5

Browse files
committed
Update package.json
1 parent 0b5913c commit 7dc1fb5

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

package.json

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
{
22
"name": "postman-url-encoder",
3-
"description": "Implementation of the WHATWG URL Standard",
4-
"author": "Postman Labs <help@getpostman.com>",
53
"version": "2.1.3",
4+
"description": "Implementation of the WHATWG URL Standard",
5+
"author": "Postman Inc.",
66
"license": "Apache-2.0",
7+
"main": "index.js",
8+
"homepage": "https://github.com/postmanlabs/postman-url-encoder#readme",
9+
"bugs": {
10+
"url": "https://github.com/postmanlabs/postman-url-encoder/issues",
11+
"email": "help@postman.com"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/postmanlabs/postman-url-encoder.git"
16+
},
717
"keywords": [
818
"postman",
919
"url-encoder",
20+
"url-parser",
1021
"whatwg-url"
1122
],
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/postmanlabs/postman-url-encoder.git"
15-
},
16-
"bugs": {
17-
"url": "https://github.com/postmanlabs/postman-url-encoder/issues"
18-
},
19-
"homepage": "https://github.com/postmanlabs/postman-url-encoder#readme",
20-
"main": "index.js",
2123
"scripts": {
2224
"build-docs": "node npm/build-docs.js",
23-
"publish-docs": "node npm/publish-docs.js",
2425
"test": "npm run test-lint && npm run test-unit",
26+
"test-benchmark": "node npm/test-benchmark.js",
2527
"test-lint": "node npm/test-lint.js",
26-
"test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js",
2728
"test-system": "node npm/test-system.js",
28-
"test-benchmark": "node npm/test-benchmark.js"
29+
"test-unit": "nyc --nycrc-path=.nycrc.js node npm/test-unit.js"
2930
},
3031
"dependencies": {
3132
"punycode": "^2.1.1"
@@ -51,5 +52,8 @@
5152
"postman-jsdoc-theme": "^0.0.3",
5253
"recursive-readdir": "^2.2.2",
5354
"shelljs": "^0.8.3"
55+
},
56+
"engines": {
57+
"node": ">=10"
5458
}
5559
}

0 commit comments

Comments
 (0)