123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "case-sensitive-paths-webpack-plugin@2.3.0",
- "_id": "case-sensitive-paths-webpack-plugin@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==",
- "_location": "/case-sensitive-paths-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "case-sensitive-paths-webpack-plugin@2.3.0",
- "name": "case-sensitive-paths-webpack-plugin",
- "escapedName": "case-sensitive-paths-webpack-plugin",
- "rawSpec": "2.3.0",
- "saveSpec": null,
- "fetchSpec": "2.3.0"
- },
- "_requiredBy": [
- "/react-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz",
- "_shasum": "23ac613cc9a856e4f88ff8bb73bbb5e989825cf7",
- "_spec": "case-sensitive-paths-webpack-plugin@2.3.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
- "author": {
- "name": "Michael Pratt"
- },
- "bugs": {
- "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Enforces module path case sensitivity in Webpack",
- "devDependencies": {
- "eslint": "6.8.0",
- "eslint-config-airbnb-base": "14.0.0",
- "eslint-plugin-import": "^2.3.0",
- "fs-extra": "^2.1.2",
- "mocha": "7.0.0",
- "webpack": "4.41.5"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
- "keywords": [
- "webpack",
- "plugin",
- "case sensitive",
- "import",
- "require"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "case-sensitive-paths-webpack-plugin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
- },
- "scripts": {
- "lint": "eslint index.js",
- "lintfix": "eslint --fix index.js",
- "test": "mocha test/"
- },
- "version": "2.3.0"
- }
|