| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "jsonschema@^1.2.5",
- "_id": "jsonschema@1.5.0",
- "_inBundle": false,
- "_integrity": "sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw==",
- "_location": "/jsonschema",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jsonschema@^1.2.5",
- "name": "jsonschema",
- "escapedName": "jsonschema",
- "rawSpec": "^1.2.5",
- "saveSpec": null,
- "fetchSpec": "^1.2.5"
- },
- "_requiredBy": [
- "/miniprogram-ci"
- ],
- "_resolved": "https://registry.npmmirror.com/jsonschema/-/jsonschema-1.5.0.tgz",
- "_shasum": "f6aceb1ab9123563dd901d05f81f9d4883d3b7d8",
- "_spec": "jsonschema@^1.2.5",
- "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
- "author": {
- "name": "Tom de Grunt",
- "email": "tom@degrunt.nl"
- },
- "bugs": {
- "url": "https://github.com/tdegrunt/jsonschema/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Austin Wright"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "A fast and easy to use JSON Schema validator",
- "devDependencies": {
- "@stryker-mutator/core": "^4.0.0",
- "@stryker-mutator/mocha-runner": "^4.0.0",
- "chai": "~4.2.0",
- "eslint": "^7.7.0",
- "json-metaschema": "^1.2.0",
- "mocha": "~8.1.1"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/tdegrunt/jsonschema#readme",
- "keywords": [
- "json",
- "schema",
- "jsonschema",
- "validator",
- "validation"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "jsonschema",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/tdegrunt/jsonschema.git"
- },
- "scripts": {
- "stryker": "stryker run",
- "test": "mocha -R spec"
- },
- "typings": "./lib/index.d.ts",
- "version": "1.5.0"
- }
|