forked from enviPath/enviPy
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"_from": "validator@~7.0.0",
|
|
"_id": "validator@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-x03rgGNRL6w1VHk45vCxUEooL9I=",
|
|
"_location": "/validator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "validator@~7.0.0",
|
|
"name": "validator",
|
|
"escapedName": "validator",
|
|
"rawSpec": "~7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webdriverio"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/validator/-/validator-7.0.0.tgz",
|
|
"_shasum": "c74deb8063512fac35547938e6f0b1504a282fd2",
|
|
"_spec": "validator@~7.0.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
|
|
"author": {
|
|
"name": "Chris O'Hara",
|
|
"email": "cohara87@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/chriso/validator.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "String validation and sanitization",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.16.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-es2015-rollup": "^1.2.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^3.8.1",
|
|
"eslint-config-airbnb-base": "^9.0.0",
|
|
"eslint-plugin-import": "^2.0.1",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^3.1.2",
|
|
"rollup": "^0.29.1",
|
|
"rollup-plugin-babel": "^2.5.1",
|
|
"uglify-js": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"README.md",
|
|
"LICENCE",
|
|
"validator.js",
|
|
"validator.min.js"
|
|
],
|
|
"homepage": "http://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+ssh://git@github.com/chriso/validator.js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:browser && npm run build:node",
|
|
"build:browser": "babel-node build-browser && npm run minify",
|
|
"build:node": "babel src -d . --presets es2015 --plugins add-module-exports",
|
|
"clean": "npm run clean:node && npm run clean:browser",
|
|
"clean:browser": "rm -rf validator*.js",
|
|
"clean:node": "rm -rf index.js lib",
|
|
"coveralls": "istanbul cover _mocha --report lcovonly -x validator.js -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
|
"lint": "eslint src test",
|
|
"minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments '/Copyright/'",
|
|
"pretest": "npm run lint && npm run build",
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|