Update metadata

This commit is contained in:
Imran Ismail
2019-09-05 12:08:20 +08:00
parent 6e5c237523
commit 56c04146d7
1454 changed files with 204046 additions and 234789 deletions

53
node_modules/ts-jest/package.json generated vendored
View File

@@ -1,32 +1,27 @@
{
"_args": [
[
"ts-jest@24.0.2",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "ts-jest@24.0.2",
"_id": "ts-jest@24.0.2",
"_from": "ts-jest@24.1.0",
"_id": "ts-jest@24.1.0",
"_inBundle": false,
"_integrity": "sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==",
"_integrity": "sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ==",
"_location": "/ts-jest",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ts-jest@24.0.2",
"raw": "ts-jest@24.1.0",
"name": "ts-jest",
"escapedName": "ts-jest",
"rawSpec": "24.0.2",
"rawSpec": "24.1.0",
"saveSpec": null,
"fetchSpec": "24.0.2"
"fetchSpec": "24.1.0"
},
"_requiredBy": [
"#DEV:/"
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz",
"_spec": "24.0.2",
"_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.1.0.tgz",
"_shasum": "2eaa813271a2987b7e6c3fefbda196301c131734",
"_spec": "ts-jest@24.1.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"author": {
"name": "Kulshekhar Kabra",
@@ -39,6 +34,7 @@
"bugs": {
"url": "https://github.com/kulshekhar/ts-jest/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Huafu Gandon",
@@ -51,15 +47,17 @@
"buffer-from": "1.x",
"fast-json-stable-stringify": "2.x",
"json5": "2.x",
"lodash.memoize": "4.x",
"make-error": "1.x",
"mkdirp": "0.x",
"resolve": "1.x",
"semver": "^5.5",
"yargs-parser": "10.x"
},
"deprecated": false,
"description": "A preprocessor with source maps support to help use TypeScript with Jest",
"devDependencies": {
"@commitlint/cli": "7.x",
"@commitlint/cli": "8.x",
"@commitlint/config-conventional": "7.x",
"@types/babel__core": "7.x",
"@types/buffer-from": "latest",
@@ -85,7 +83,6 @@
"jest": "24.x",
"js-yaml": "latest",
"lint-staged": "latest",
"lodash.memoize": "4.x",
"lodash.merge": "4.x",
"lodash.set": "4.x",
"npm-run-all": "latest",
@@ -116,16 +113,14 @@
],
"license": "MIT",
"lint-staged": {
"linters": {
"*.{ts,tsx}": [
"tslint --fix",
"git add"
],
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
}
"*.{ts,tsx}": [
"tslint --fix",
"git add"
],
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"main": "dist/index.js",
"name": "ts-jest",
@@ -167,5 +162,5 @@
"version": "npm run changelog && git add CHANGELOG.md"
},
"types": "dist/index.d.ts",
"version": "24.0.2"
"version": "24.1.0"
}