Gazebo_simulation-Frontend/node_modules/realpath-native/package.json

62 lines
1.4 KiB
JSON

{
"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"
]
}
,"_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz"
,"_integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA=="
,"_from": "realpath-native@1.1.0"
}