|
{
"_from": "realpath-native@^1.0.0",
"_id": "realpath-native@1.0.0",
"_inBundle": false,
"_integrity": "sha1-eIVyGoO0O9Uydgnw3eyySCMF/fA=",
"_location": "/realpath-native",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "realpath-native@^1.0.0",
"name": "realpath-native",
"escapedName": "realpath-native",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/jest-runtime",
"/jest/jest-cli"
],
"_resolved": "http://registry.npm.taobao.org/realpath-native/download/realpath-native-1.0.0.tgz",
"_shasum": "7885721a83b43bd5327609f0ddecb2482305fdf0",
"_spec": "realpath-native@^1.0.0",
"_where": "/Users/FFIB/Desktop/data_visualization/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": "^5.2.5",
"@commitlint/config-conventional": "^5.2.3",
"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.9.2",
"semantic-release": "11.0.1"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/SimenB/realpath-native#readme",
"keywords": [
"realpath"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.{md,json}": [
"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 ."
},
"version": "1.0.0"
}
|