File size: 1,122 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "@braintree/sanitize-url",
  "version": "6.0.4",
  "description": "A url sanitizer",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "",
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "prettier --write .",
    "build": "tsc --declaration",
    "lint": "eslint --ext js,ts .",
    "posttest": "npm run lint",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braintree/sanitize-url.git"
  },
  "keywords": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/braintree/sanitize-url/issues"
  },
  "homepage": "https://github.com/braintree/sanitize-url#readme",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@vitest/coverage-v8": "^0.33.0",
    "chai": "^4.3.7",
    "eslint": "^8.36.0",
    "eslint-config-braintree": "^6.0.0-typescript-prep-rc.2",
    "eslint-plugin-prettier": "^4.2.1",
    "happy-dom": "^10.5.2",
    "prettier": "^2.8.4",
    "typescript": "^4.9.5",
    "vitest": "^0.33.0"
  }
}