115 lines
3.1 KiB
JSON
115 lines
3.1 KiB
JSON
{
|
|
"_from": "babel-plugin-module-resolver@3.2.0",
|
|
"_id": "babel-plugin-module-resolver@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA==",
|
|
"_location": "/babel-plugin-module-resolver",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-module-resolver@3.2.0",
|
|
"name": "babel-plugin-module-resolver",
|
|
"escapedName": "babel-plugin-module-resolver",
|
|
"rawSpec": "3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/babel-preset-app"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz",
|
|
"_shasum": "ddfa5e301e3b9aa12d852a9979f18b37881ff5a7",
|
|
"_spec": "babel-plugin-module-resolver@3.2.0",
|
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/babel-preset-app",
|
|
"author": {
|
|
"name": "Tommy Leunen",
|
|
"email": "tommy.leunen@gmail.com",
|
|
"url": "http://tommyleunen.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tleunen/babel-plugin-module-resolver/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"find-babel-config": "^1.1.0",
|
|
"glob": "^7.1.2",
|
|
"pkg-up": "^2.0.0",
|
|
"reselect": "^3.0.1",
|
|
"resolve": "^1.4.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Module resolver plugin for Babel",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.0",
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^23.6.0",
|
|
"common-tags": "^1.4.0",
|
|
"eslint": "^4.19.0",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"husky": "^0.14.3",
|
|
"jest": "^23.6.0",
|
|
"lint-staged": "^7.0.0",
|
|
"prettier-eslint-cli": "^4.7.1",
|
|
"standard-version": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/tleunen/babel-plugin-module-resolver#readme",
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testRegex": "/test/.*\\.test\\.js$",
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!src/log.js"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin",
|
|
"module",
|
|
"resolver",
|
|
"alias",
|
|
"rewrite",
|
|
"resolve",
|
|
"rename",
|
|
"mapping",
|
|
"require",
|
|
"import"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js}": [
|
|
"prettier-eslint --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-module-resolver",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tleunen/babel-plugin-module-resolver.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "babel src --out-dir lib",
|
|
"lint": "eslint src test",
|
|
"precommit": "lint-staged",
|
|
"prepublish": "npm run compile",
|
|
"pretest": "npm run lint",
|
|
"release": "standard-version",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|