package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "class-validator@0.12.2",
  3. "_id": "class-validator@0.12.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TDzPzp8BmpsbPhQpccB3jMUE/3pK0TyqamrK0kcx+ZeFytMA+O6q87JZZGObHHnoo9GM8vl/JppIyKWeEA/EVw==",
  6. "_location": "/class-validator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "class-validator@0.12.2",
  12. "name": "class-validator",
  13. "escapedName": "class-validator",
  14. "rawSpec": "0.12.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.12.2"
  17. },
  18. "_requiredBy": [
  19. "/javascript-obfuscator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.12.2.tgz",
  22. "_shasum": "2ceb72f88873e9c714cf5f9c278cbc71f6f6c8ef",
  23. "_spec": "class-validator@0.12.2",
  24. "_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
  25. "author": {
  26. "name": "Umed Khudoiberdiev",
  27. "email": "pleerock.me@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/typestack/class-validator/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@types/validator": "13.0.0",
  35. "google-libphonenumber": "^3.2.8",
  36. "tslib": ">=1.9.0",
  37. "validator": "13.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Class-based validation with Typescript / ES6 / ES5 using decorators or validation schemas. Supports both node.js and browser",
  41. "devDependencies": {
  42. "@types/chai": "^4.2.0",
  43. "@types/chai-as-promised": "^7.1.2",
  44. "@types/del": "^4.0.0",
  45. "@types/gulp": "^4.0.2",
  46. "@types/gulp-istanbul": "^0.9.32",
  47. "@types/gulp-mocha": "0.0.32",
  48. "@types/gulp-replace": "0.0.31",
  49. "@types/gulp-sourcemaps": "0.0.32",
  50. "@types/mocha": "^7.0.0",
  51. "@types/node": "^12.7.1",
  52. "@types/rollup-plugin-json": "^3.0.2",
  53. "@types/rollup-plugin-sourcemaps": "^0.4.2",
  54. "@types/sinon": "^7.0.13",
  55. "chai": "^4.2.0",
  56. "chai-as-promised": "^7.1.1",
  57. "codecov": "^3.0.4",
  58. "conventional-changelog-angular": "^5.0.3",
  59. "conventional-changelog-cli": "^2.0.21",
  60. "del": "^5.0.0",
  61. "es6-shim": "^0.35.3",
  62. "gulp": "^4.0.2",
  63. "gulp-conventional-changelog": "^2.0.19",
  64. "gulp-istanbul": "^1.1.3",
  65. "gulp-mocha": "^7.0.1",
  66. "gulp-replace": "^1.0.0",
  67. "gulp-shell": "^0.8.0",
  68. "gulp-sourcemaps": "^2.6.4",
  69. "gulp-tslint": "^8.1.3",
  70. "gulp-typescript": "^5.0.1",
  71. "gulpclass": "^0.2.0",
  72. "mocha": "^7.0.1",
  73. "remap-istanbul": "^0.13.0",
  74. "rollup": "^1.20.1",
  75. "rollup-plugin-commonjs": "^10.0.2",
  76. "rollup-plugin-json": "^4.0.0",
  77. "rollup-plugin-node-resolve": "^5.2.0",
  78. "rollup-plugin-replace": "^2.2.0",
  79. "rollup-plugin-sourcemaps": "^0.4.2",
  80. "rollup-plugin-terser": "^5.3.0",
  81. "rollup-plugin-uglify": "^6.0.4",
  82. "sinon": "^8.0.0",
  83. "sinon-chai": "^3.2.0",
  84. "ts-node": "^8.8.1",
  85. "tslib": "^1.11.1",
  86. "tslint": "^5.11.0",
  87. "tslint-stylish": "^2.1.0",
  88. "typescript": "^3.5.3",
  89. "webpack-config-utils": "^2.3.1"
  90. },
  91. "es2015": "./esm2015/index.js",
  92. "homepage": "https://github.com/typestack/class-validator#readme",
  93. "license": "MIT",
  94. "main": "./bundles/index.umd.js",
  95. "module": "./esm5/index.js",
  96. "name": "class-validator",
  97. "private": false,
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/typestack/class-validator.git"
  101. },
  102. "scripts": {
  103. "build": "gulp package",
  104. "changelog": "gulp changelog",
  105. "test": "gulp tests"
  106. },
  107. "sideEffects": false,
  108. "tags": [
  109. "validator",
  110. "validation",
  111. "typescript",
  112. "typescript-validator"
  113. ],
  114. "typings": "./types/index.d.ts",
  115. "version": "0.12.2"
  116. }