summaryrefslogtreecommitdiff
path: root/includes/external/addressbook/node_modules/validator/package.json
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
commit953ddd82e48dd206cef5ac94456549aed13b3ad5 (patch)
tree8f003106ee2e7f422e5a22d2ee04d0db302e66c0 /includes/external/addressbook/node_modules/validator/package.json
parent62a9199846b0c07c03218703b33e8385764f42d9 (diff)
downloadpluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.gz
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.bz2
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.zip
Updated 30 files and deleted 2976 files (automated)
Diffstat (limited to 'includes/external/addressbook/node_modules/validator/package.json')
-rw-r--r--includes/external/addressbook/node_modules/validator/package.json75
1 files changed, 0 insertions, 75 deletions
diff --git a/includes/external/addressbook/node_modules/validator/package.json b/includes/external/addressbook/node_modules/validator/package.json
deleted file mode 100644
index 4a10349..0000000
--- a/includes/external/addressbook/node_modules/validator/package.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "name": "validator",
- "description": "String validation and sanitization",
- "version": "13.9.0",
- "sideEffects": false,
- "homepage": "https://github.com/validatorjs/validator.js",
- "files": [
- "index.js",
- "es",
- "lib",
- "README.md",
- "LICENCE",
- "validator.js",
- "validator.min.js"
- ],
- "keywords": [
- "validator",
- "validation",
- "validate",
- "sanitization",
- "sanitize",
- "sanitisation",
- "sanitise",
- "assert"
- ],
- "author": "Chris O'Hara <cohara87@gmail.com>",
- "contributors": [
- "Anthony Nandaa (https://github.com/profnandaa)"
- ],
- "main": "index.js",
- "bugs": {
- "url": "https://github.com/validatorjs/validator.js/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/validatorjs/validator.js.git"
- },
- "devDependencies": {
- "@babel/cli": "^7.0.0",
- "@babel/core": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
- "@babel/register": "^7.0.0",
- "babel-eslint": "^10.0.1",
- "babel-plugin-add-module-exports": "^1.0.0",
- "eslint": "^4.19.1",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-plugin-import": "^2.11.0",
- "mocha": "^6.2.3",
- "npm-run-all": "^4.1.5",
- "nyc": "^14.1.0",
- "rimraf": "^3.0.0",
- "rollup": "^0.47.0",
- "rollup-plugin-babel": "^4.0.1",
- "uglify-js": "^3.0.19"
- },
- "scripts": {
- "lint": "eslint src test",
- "lint:fix": "eslint --fix src test",
- "clean:node": "rimraf index.js lib",
- "clean:es": "rimraf es",
- "clean:browser": "rimraf validator*.js",
- "clean": "run-p clean:*",
- "minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments /Copyright/",
- "build:browser": "node --require @babel/register build-browser && npm run minify",
- "build:es": "babel src -d es --env-name=es",
- "build:node": "babel src -d .",
- "build": "run-p build:*",
- "pretest": "npm run build && npm run lint",
- "test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot --recursive"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "license": "MIT"
-}