Initial commit
This commit is contained in:
commit
d7af9332c1
1674 changed files with 119641 additions and 0 deletions
100
node_modules/validator/package.json
generated
vendored
Normal file
100
node_modules/validator/package.json
generated
vendored
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"_from": "validator@^11.1.0",
|
||||
"_id": "validator@11.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg==",
|
||||
"_location": "/validator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "validator@^11.1.0",
|
||||
"name": "validator",
|
||||
"escapedName": "validator",
|
||||
"rawSpec": "^11.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^11.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express-validator"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/validator/-/validator-11.1.0.tgz",
|
||||
"_shasum": "ac18cac42e0aa5902b603d7a5d9b7827e2346ac4",
|
||||
"_spec": "validator@^11.1.0",
|
||||
"_where": "/Users/rodrigopinto/Documents/Development/Tutorials/myserver/node_modules/express-validator",
|
||||
"author": {
|
||||
"name": "Chris O'Hara",
|
||||
"email": "cohara87@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/chriso/validator.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Anthony Nandaa",
|
||||
"url": "https://github.com/profnandaa"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "String validation and sanitization",
|
||||
"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": "^5.1.1",
|
||||
"nyc": "^14.1.0",
|
||||
"rollup": "^0.43.0",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
"uglify-js": "^3.0.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENCE",
|
||||
"validator.js",
|
||||
"validator.min.js"
|
||||
],
|
||||
"homepage": "https://github.com/chriso/validator.js",
|
||||
"keywords": [
|
||||
"validator",
|
||||
"validation",
|
||||
"validate",
|
||||
"sanitization",
|
||||
"sanitize",
|
||||
"sanitisation",
|
||||
"sanitise",
|
||||
"assert"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "validator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chriso/validator.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:browser && npm run build:node",
|
||||
"build:browser": "node --require @babel/register build-browser && npm run minify",
|
||||
"build:node": "babel src -d .",
|
||||
"clean": "npm run clean:node && npm run clean:browser",
|
||||
"clean:browser": "rm -rf validator*.js",
|
||||
"clean:node": "rm -rf index.js lib",
|
||||
"lint": "eslint src test",
|
||||
"lint:fix": "eslint --fix src test",
|
||||
"minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments /Copyright/",
|
||||
"pretest": "npm run lint && npm run build",
|
||||
"test": "nyc mocha --require @babel/register --reporter dot"
|
||||
},
|
||||
"version": "11.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue