first commit
This commit is contained in:
+88
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"_from": "ts-interface-checker@^0.1.9",
|
||||
"_id": "ts-interface-checker@0.1.13",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
|
||||
"_location": "/ts-interface-checker",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ts-interface-checker@^0.1.9",
|
||||
"name": "ts-interface-checker",
|
||||
"escapedName": "ts-interface-checker",
|
||||
"rawSpec": "^0.1.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sucrase"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
||||
"_shasum": "784fd3d679722bc103b1b4b8030bcddb5db2a699",
|
||||
"_spec": "ts-interface-checker@^0.1.9",
|
||||
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn/node_modules/sucrase",
|
||||
"author": {
|
||||
"name": "Dmitry S, Grist Labs"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gristlabs/ts-interface-checker/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Runtime library to validate data against TypeScript interfaces",
|
||||
"devDependencies": {
|
||||
"@types/benchmark": "^1.0.31",
|
||||
"@types/chai": "~4.0.8",
|
||||
"@types/mocha": "^8.0.1",
|
||||
"@types/node": "^8.0.57",
|
||||
"benchmark": "^2.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.0",
|
||||
"mocha": "^7.1.2",
|
||||
"nyc": "^15.0.1",
|
||||
"protobufjs": "^6.8.3",
|
||||
"source-map-support": "^0.5.0",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/gristlabs/ts-interface-checker#readme",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"ts",
|
||||
"interface",
|
||||
"type",
|
||||
"validate",
|
||||
"validator",
|
||||
"check"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/index",
|
||||
"name": "ts-interface-checker",
|
||||
"nyc": {
|
||||
"extension": [
|
||||
".ts"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.d.ts"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gristlabs/ts-interface-checker.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "tsc && node test/bench/bench.js",
|
||||
"build": "tsc",
|
||||
"preversion": "npm test",
|
||||
"test": "tsc && nyc mocha -R list test/",
|
||||
"version": "npm run build",
|
||||
"watch": "tsc -w"
|
||||
},
|
||||
"typings": "dist/index",
|
||||
"version": "0.1.13"
|
||||
}
|
||||
Reference in New Issue
Block a user