138 lines
3.4 KiB
JSON
138 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "webpack-merge@^4.0.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-merge",
|
|
"name": "webpack-merge",
|
|
"rawSpec": "^4.0.0",
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
|
|
]
|
|
],
|
|
"_from": "webpack-merge@>=4.0.0 <5.0.0",
|
|
"_id": "webpack-merge@4.1.0",
|
|
"_inCache": true,
|
|
"_location": "/webpack-merge",
|
|
"_nodeVersion": "6.9.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/webpack-merge-4.1.0.tgz_1489661914534_0.5695941138546914"
|
|
},
|
|
"_npmUser": {
|
|
"name": "bebraw",
|
|
"email": "bebraw@gmail.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "webpack-merge@^4.0.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-merge",
|
|
"name": "webpack-merge",
|
|
"rawSpec": "^4.0.0",
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.0.tgz",
|
|
"_shasum": "6ad72223b3e0b837e531e4597c199f909361511e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "webpack-merge@^4.0.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "Juho Vepsalainen",
|
|
"email": "bebraw@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/survivejs/webpack-merge/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"description": "Variant of merge that's useful for webpack configuration",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-plugin-lodash": "^3.2.11",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"eslint": "^3.13.1",
|
|
"eslint-config-airbnb": "^14.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^3.0.2",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"git-prepush-hook": "^1.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.2.0",
|
|
"npm-watch": "^0.1.7",
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6ad72223b3e0b837e531e4597c199f909361511e",
|
|
"tarball": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.0.tgz"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "d9559b9d28deecd1d7887aeef67a41180b66eb78",
|
|
"homepage": "https://github.com/survivejs/webpack-merge",
|
|
"keywords": [
|
|
"webpack",
|
|
"merge"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "bebraw",
|
|
"email": "bebraw@gmail.com"
|
|
}
|
|
],
|
|
"name": "webpack-merge",
|
|
"optionalDependencies": {},
|
|
"pre-push": [
|
|
"test:lint",
|
|
"build",
|
|
"test"
|
|
],
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/survivejs/webpack-merge.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib",
|
|
"preversion": "npm run test:lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\"",
|
|
"test": "mocha tests/test-*",
|
|
"test:coverage": "istanbul cover node_modules/.bin/_mocha tests/test-*",
|
|
"test:lint": "eslint src/ tests/ --cache",
|
|
"watch": "npm-watch"
|
|
},
|
|
"version": "4.1.0",
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"src/**/*.js"
|
|
]
|
|
},
|
|
"test": {
|
|
"patterns": [
|
|
"src/**/*.js",
|
|
"tests/**/*.js"
|
|
]
|
|
},
|
|
"test:lint": {
|
|
"patterns": [
|
|
"src/**/*.js",
|
|
"tests/**/*.js"
|
|
]
|
|
}
|
|
}
|
|
}
|