Files
red_de_investigacion_front/node_modules/webpack-chain/package.json
T

85 lines
2.5 KiB
JSON
Raw Normal View History

2020-01-14 20:43:08 -06:00
{
"_from": "webpack-chain@^6.0.0",
"_id": "webpack-chain@6.0.0",
"_inBundle": false,
"_integrity": "sha512-NK62XgJOOSmYs4kaXFIKKeClpuOVHY7m6e4XwxbVX/2HAUboH6xFCTVXMVv8+jB6K8o/UGjlo1Cv3XXOyNAAGw==",
"_location": "/webpack-chain",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-chain@^6.0.0",
"name": "webpack-chain",
"escapedName": "webpack-chain",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.0.0.tgz",
"_shasum": "9c36525a1271a54e7bfd1791199b395f400ae4f1",
"_spec": "webpack-chain@^6.0.0",
"_where": "/home/george/citwa/red_de_investigacion_front/first/node_modules/@vue/cli-service",
"author": {
"name": "Eli Perelman",
"email": "eli@eliperelman.com"
},
"bugs": {
"url": "https://github.com/neutrinojs/webpack-chain/issues"
},
"bundleDependencies": false,
"dependencies": {
"deepmerge": "^1.5.2",
"javascript-stringify": "^2.0.0"
},
"deprecated": false,
"description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",
"devDependencies": {
"@types/node": "^11.13.7",
"@types/webpack": "^4.4.21",
"auto-changelog": "^1.13.0",
"ava": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-ava": "^6.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.17.0",
"typescript": "^3.4.5",
"webpack": "^4.30.0"
},
"files": [
"src",
"types/*.d.ts"
],
"homepage": "https://github.com/neutrinojs/webpack-chain#readme",
"keywords": [
"webpack",
"config",
"chain",
"fluent",
"api"
],
"license": "MPL-2.0",
"main": "src/Config.js",
"name": "webpack-chain",
"repository": {
"type": "git",
"url": "git+https://github.com/neutrinojs/webpack-chain.git"
},
"scripts": {
"changelog": "auto-changelog --remote upstream --commit-limit false",
"lint": "eslint --cache --report-unused-disable-directives --format codeframe \".*.js\" src test",
"test": "ava test",
"test:types": "tsc -p ./types/test/tsconfig.json",
"version": "yarn changelog --package && git add CHANGELOG.md"
},
"typings": "types/index.d.ts",
"version": "6.0.0"
}