123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_from": "class-validator@0.12.2",
- "_id": "class-validator@0.12.2",
- "_inBundle": false,
- "_integrity": "sha512-TDzPzp8BmpsbPhQpccB3jMUE/3pK0TyqamrK0kcx+ZeFytMA+O6q87JZZGObHHnoo9GM8vl/JppIyKWeEA/EVw==",
- "_location": "/class-validator",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "class-validator@0.12.2",
- "name": "class-validator",
- "escapedName": "class-validator",
- "rawSpec": "0.12.2",
- "saveSpec": null,
- "fetchSpec": "0.12.2"
- },
- "_requiredBy": [
- "/javascript-obfuscator"
- ],
- "_resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.12.2.tgz",
- "_shasum": "2ceb72f88873e9c714cf5f9c278cbc71f6f6c8ef",
- "_spec": "class-validator@0.12.2",
- "_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
- "author": {
- "name": "Umed Khudoiberdiev",
- "email": "pleerock.me@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/typestack/class-validator/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/validator": "13.0.0",
- "google-libphonenumber": "^3.2.8",
- "tslib": ">=1.9.0",
- "validator": "13.0.0"
- },
- "deprecated": false,
- "description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
- "devDependencies": {
- "@types/chai": "^4.2.0",
- "@types/chai-as-promised": "^7.1.2",
- "@types/del": "^4.0.0",
- "@types/gulp": "^4.0.2",
- "@types/gulp-istanbul": "^0.9.32",
- "@types/gulp-mocha": "0.0.32",
- "@types/gulp-replace": "0.0.31",
- "@types/gulp-sourcemaps": "0.0.32",
- "@types/mocha": "^7.0.0",
- "@types/node": "^12.7.1",
- "@types/rollup-plugin-json": "^3.0.2",
- "@types/rollup-plugin-sourcemaps": "^0.4.2",
- "@types/sinon": "^7.0.13",
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "codecov": "^3.0.4",
- "conventional-changelog-angular": "^5.0.3",
- "conventional-changelog-cli": "^2.0.21",
- "del": "^5.0.0",
- "es6-shim": "^0.35.3",
- "gulp": "^4.0.2",
- "gulp-conventional-changelog": "^2.0.19",
- "gulp-istanbul": "^1.1.3",
- "gulp-mocha": "^7.0.1",
- "gulp-replace": "^1.0.0",
- "gulp-shell": "^0.8.0",
- "gulp-sourcemaps": "^2.6.4",
- "gulp-tslint": "^8.1.3",
- "gulp-typescript": "^5.0.1",
- "gulpclass": "^0.2.0",
- "mocha": "^7.0.1",
- "remap-istanbul": "^0.13.0",
- "rollup": "^1.20.1",
- "rollup-plugin-commonjs": "^10.0.2",
- "rollup-plugin-json": "^4.0.0",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-replace": "^2.2.0",
- "rollup-plugin-sourcemaps": "^0.4.2",
- "rollup-plugin-terser": "^5.3.0",
- "rollup-plugin-uglify": "^6.0.4",
- "sinon": "^8.0.0",
- "sinon-chai": "^3.2.0",
- "ts-node": "^8.8.1",
- "tslib": "^1.11.1",
- "tslint": "^5.11.0",
- "tslint-stylish": "^2.1.0",
- "typescript": "^3.5.3",
- "webpack-config-utils": "^2.3.1"
- },
- "es2015": "./esm2015/index.js",
- "homepage": "https://github.com/typestack/class-validator#readme",
- "license": "MIT",
- "main": "./bundles/index.umd.js",
- "module": "./esm5/index.js",
- "name": "class-validator",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/typestack/class-validator.git"
- },
- "scripts": {
- "build": "gulp package",
- "changelog": "gulp changelog",
- "test": "gulp tests"
- },
- "sideEffects": false,
- "tags": [
- "validator",
- "validation",
- "typescript",
- "typescript-validator"
- ],
- "typings": "./types/index.d.ts",
- "version": "0.12.2"
- }
|