Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
commit
28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions
67
node_modules/realpath-native/package.json
generated
vendored
Normal file
67
node_modules/realpath-native/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "Simen Bekkhus",
|
||||
"email": "sbekkhus91@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/SimenB/realpath-native/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Use the system's native `realpath`",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"ava": "^2.4.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-simenb-base": "^15.0.1",
|
||||
"eslint-config-simenb-node": "^2.0.0",
|
||||
"husky": "^3.1.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"prettier": "^1.19.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"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": "2.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue