mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
58
node_modules/realpath-native/package.json
generated
vendored
Normal file
58
node_modules/realpath-native/package.json
generated
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"name": "realpath-native",
|
||||
"version": "1.1.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"description": "Use the system's native `realpath`",
|
||||
"repository": "SimenB/realpath-native",
|
||||
"author": "Simen Bekkhus <sbekkhus91@gmail.com>",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"realpath"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "eslint . && ava"
|
||||
},
|
||||
"dependencies": {
|
||||
"util.promisify": "^1.0.0"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"prettier": {
|
||||
"proseWrap": "always",
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.{md,json,ts}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue