UNPKG

1.26 kBJSONView Raw
1{
2 "name": "@aws-sdk/url-parser-native",
3 "version": "3.12.0",
4 "scripts": {
5 "prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
6 "build:cjs": "tsc -p tsconfig.cjs.json",
7 "build:es": "tsc -p tsconfig.es.json",
8 "build": "yarn build:es && yarn build:cjs",
9 "test": "jest"
10 },
11 "main": "./dist/cjs/index.js",
12 "module": "./dist/es/index.js",
13 "types": "./dist/types/index.d.ts",
14 "author": {
15 "name": "AWS SDK for JavaScript Team",
16 "url": "https://aws.amazon.com/javascript/"
17 },
18 "license": "Apache-2.0",
19 "dependencies": {
20 "@aws-sdk/querystring-parser": "3.12.0",
21 "@aws-sdk/types": "3.12.0",
22 "tslib": "^1.8.0",
23 "url": "^0.11.0"
24 },
25 "devDependencies": {
26 "@types/jest": "^26.0.4",
27 "@types/node": "^10.0.0",
28 "jest": "^26.1.0",
29 "typescript": "~4.1.2"
30 },
31 "react-native": {
32 "url": "url/"
33 },
34 "engines": {
35 "node": ">= 10.0.0"
36 },
37 "typesVersions": {
38 "<4.0": {
39 "types/*": [
40 "types/ts3.4/*"
41 ]
42 }
43 },
44 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/url-parser-node",
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/aws/aws-sdk-js-v3.git",
48 "directory": "packages/url-parser-node"
49 }
50}