Server IP : 185.86.78.101 / Your IP : 216.73.216.124 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/webpack-merge/ |
Upload File : |
{ "name": "webpack-merge", "description": "Variant of merge that's useful for webpack configuration", "author": "Juho Vepsalainen <bebraw@gmail.com>", "version": "4.2.2", "scripts": { "build": "babel src -d lib", "watch": "npm-watch", "test": "mocha tests/test-*", "test:coverage": "istanbul cover node_modules/.bin/_mocha tests/test-*", "test:lint": "eslint src/ tests/ --cache", "preversion": "npm run test:lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\"" }, "main": "lib/index.js", "files": [ "lib" ], "dependencies": { "lodash": "^4.17.15" }, "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" }, "repository": { "type": "git", "url": "https://github.com/survivejs/webpack-merge.git" }, "homepage": "https://github.com/survivejs/webpack-merge", "bugs": { "url": "https://github.com/survivejs/webpack-merge/issues" }, "keywords": [ "webpack", "merge" ], "license": "MIT", "pre-push": [ "test:lint", "build", "test" ], "watch": { "build": { "patterns": [ "src/**/*.js" ] }, "test": { "patterns": [ "src/**/*.js", "tests/**/*.js" ] }, "test:lint": { "patterns": [ "src/**/*.js", "tests/**/*.js" ] } } }