mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
98
node_modules/realpath-native/package.json
generated
vendored
Normal file
98
node_modules/realpath-native/package.json
generated
vendored
Normal file
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"_from": "realpath-native@^1.1.0",
|
||||
"_id": "realpath-native@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==",
|
||||
"_location": "/realpath-native",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "realpath-native@^1.1.0",
|
||||
"name": "realpath-native",
|
||||
"escapedName": "realpath-native",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/core",
|
||||
"/@jest/transform",
|
||||
"/jest-config",
|
||||
"/jest-resolve",
|
||||
"/jest-runtime",
|
||||
"/jest/jest-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
|
||||
"_shasum": "2003294fea23fb0672f2476ebe22fcf498a2d65c",
|
||||
"_spec": "realpath-native@^1.1.0",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\jest\\node_modules\\jest-cli",
|
||||
"author": {
|
||||
"name": "Simen Bekkhus",
|
||||
"email": "sbekkhus91@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/SimenB/realpath-native/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"util.promisify": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Use the system's native `realpath`",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^6.0.2",
|
||||
"@commitlint/config-conventional": "^6.0.2",
|
||||
"ava": "^0.25.0",
|
||||
"eslint": "^4.13.1",
|
||||
"eslint-config-simenb-base": "^14.0.0",
|
||||
"eslint-config-simenb-node": "^0.4.11",
|
||||
"husky": "^0.14.3",
|
||||
"lint-staged": "^6.0.0",
|
||||
"prettier": "^1.16.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/SimenB/realpath-native#readme",
|
||||
"keywords": [
|
||||
"realpath"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.{md,json,ts}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "realpath-native",
|
||||
"prettier": {
|
||||
"proseWrap": "always",
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SimenB/realpath-native.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "eslint . && ava"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue