1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "case-sensitive-paths-webpack-plugin@2.2.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "case-sensitive-paths-webpack-plugin@2.2.0",
- "_id": "case-sensitive-paths-webpack-plugin@2.2.0",
- "_inBundle": false,
- "_integrity": "sha1-M3HvY2XvnCX6S4HBas4OnH3FjD4=",
- "_location": "/case-sensitive-paths-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "case-sensitive-paths-webpack-plugin@2.2.0",
- "name": "case-sensitive-paths-webpack-plugin",
- "escapedName": "case-sensitive-paths-webpack-plugin",
- "rawSpec": "2.2.0",
- "saveSpec": null,
- "fetchSpec": "2.2.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npm.taobao.org/case-sensitive-paths-webpack-plugin/download/case-sensitive-paths-webpack-plugin-2.2.0.tgz",
- "_spec": "2.2.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Michael Pratt"
- },
- "bugs": {
- "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
- },
- "description": "Enforces module path case sensitivity in Webpack",
- "devDependencies": {
- "eslint": "^3.19.0",
- "eslint-config-airbnb-base": "^11.2.0",
- "eslint-plugin-import": "^2.3.0",
- "fs-extra": "^2.1.2",
- "mocha": "^3.0.1",
- "webpack": "^4.0.1"
- },
- "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.2.0"
- }
|