mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 09:14:46 +08:00
build
This commit is contained in:
55
node_modules/ts-jest/package.json
generated
vendored
55
node_modules/ts-jest/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"ts-jest@24.0.2",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "ts-jest@24.0.2",
|
||||
"_id": "ts-jest@24.0.2",
|
||||
"_from": "ts-jest@^24.0.2",
|
||||
"_id": "ts-jest@24.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==",
|
||||
"_integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==",
|
||||
"_location": "/ts-jest",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ts-jest@24.0.2",
|
||||
"raw": "ts-jest@^24.0.2",
|
||||
"name": "ts-jest",
|
||||
"escapedName": "ts-jest",
|
||||
"rawSpec": "24.0.2",
|
||||
"rawSpec": "^24.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "24.0.2"
|
||||
"fetchSpec": "^24.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz",
|
||||
"_spec": "24.0.2",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz",
|
||||
"_shasum": "b97814e3eab359ea840a1ac112deae68aa440869",
|
||||
"_spec": "ts-jest@^24.0.2",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler",
|
||||
"author": {
|
||||
"name": "Kulshekhar Kabra",
|
||||
"email": "kulshekhar@users.noreply.github.com",
|
||||
@@ -39,6 +33,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/kulshekhar/ts-jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Huafu Gandon",
|
||||
@@ -51,15 +46,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 +82,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 +112,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",
|
||||
@@ -164,8 +158,9 @@
|
||||
"test:prepare": "npm run test:e2e -- --prepareOnly",
|
||||
"test:unit": "jest",
|
||||
"typecheck": "tsc -p .",
|
||||
"update:e2e": "node scripts/update-e2e-templates.js",
|
||||
"version": "npm run changelog && git add CHANGELOG.md"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "24.0.2"
|
||||
"version": "24.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user