141 lines
3.6 KiB
JSON
141 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "webpack-merge@^4.1.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-merge",
|
|
"name": "webpack-merge",
|
|
"rawSpec": "^4.1.0",
|
|
"spec": ">=4.1.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/laravel-mix"
|
|
]
|
|
],
|
|
"_from": "webpack-merge@>=4.1.0 <5.0.0",
|
|
"_id": "webpack-merge@4.1.2",
|
|
"_inCache": true,
|
|
"_location": "/webpack-merge",
|
|
"_nodeVersion": "9.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/webpack-merge_4.1.2_1519334176514_0.30663546973946776"
|
|
},
|
|
"_npmUser": {
|
|
"name": "bebraw",
|
|
"email": "bebraw@gmail.com"
|
|
},
|
|
"_npmVersion": "5.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "webpack-merge@^4.1.0",
|
|
"scope": null,
|
|
"escapedName": "webpack-merge",
|
|
"name": "webpack-merge",
|
|
"rawSpec": "^4.1.0",
|
|
"spec": ">=4.1.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.2.tgz",
|
|
"_shasum": "5d372dddd3e1e5f8874f5bf5a8e929db09feb216",
|
|
"_shrinkwrap": null,
|
|
"_spec": "webpack-merge@^4.1.0",
|
|
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_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.5"
|
|
},
|
|
"description": "Variant of merge that's useful for webpack configuration",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-lodash": "^3.3.2",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"copy-webpack-plugin": "^4.4.1",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-airbnb": "^14.1.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-jsx-a11y": "^3.0.2",
|
|
"eslint-plugin-react": "^6.10.3",
|
|
"git-prepush-hook": "^1.0.2",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^3.5.3",
|
|
"npm-watch": "^0.1.9",
|
|
"webpack": "^1.15.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-/0QYwW/H1N/CdXYA2PNPVbsxO3u2Fpz34vs72xm03SRfg6bMNGfMJIQEpQjKRvkG2JvT6oRJFpDtSrwbX8Jzvw==",
|
|
"shasum": "5d372dddd3e1e5f8874f5bf5a8e929db09feb216",
|
|
"tarball": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.2.tgz",
|
|
"fileCount": 9,
|
|
"unpackedSize": 39021
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "26b6de50aec5288834e8696652f021b1a984125f",
|
|
"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.2",
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"src/**/*.js"
|
|
]
|
|
},
|
|
"test": {
|
|
"patterns": [
|
|
"src/**/*.js",
|
|
"tests/**/*.js"
|
|
]
|
|
},
|
|
"test:lint": {
|
|
"patterns": [
|
|
"src/**/*.js",
|
|
"tests/**/*.js"
|
|
]
|
|
}
|
|
}
|
|
}
|