{ "_from": "raw-loader@4.0.1", "_id": "raw-loader@4.0.1", "_inBundle": false, "_integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==", "_location": "/raw-loader", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "raw-loader@4.0.1", "name": "raw-loader", "escapedName": "raw-loader", "rawSpec": "4.0.1", "saveSpec": null, "fetchSpec": "4.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz", "_shasum": "14e1f726a359b68437e183d5a5b7d33a3eba6933", "_spec": "raw-loader@4.0.1", "_where": "D:\\qianger\\7\\jindouyunNewFront", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack-contrib/raw-loader/issues" }, "bundleDependencies": false, "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.6.5" }, "deprecated": false, "description": "A loader for webpack that allows importing files as a String", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@webpack-contrib/defaults": "^6.3.0", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^25.3.0", "commitlint-azure-pipelines-cli": "^1.0.3", "cross-env": "^7.0.2", "del": "^5.1.0", "del-cli": "^3.0.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "jest": "^25.3.0", "jest-junit": "^10.0.0", "lint-staged": "^10.1.3", "memfs": "^3.1.2", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "standard-version": "^7.1.0", "webpack": "^4.42.1" }, "engines": { "node": ">= 10.13.0" }, "files": [ "dist" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "homepage": "https://github.com/webpack-contrib/raw-loader", "keywords": [ "webpack" ], "license": "MIT", "main": "dist/cjs.js", "name": "raw-loader", "peerDependencies": { "webpack": "^4.0.0 || ^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/raw-loader.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "clean": "del-cli dist", "commitlint": "commitlint --from=master", "defaults": "webpack-defaults", "lint": "npm-run-all -l -p \"lint:**\"", "lint:js": "eslint --cache .", "lint:prettier": "prettier --list-different .", "prebuild": "npm run clean", "prepare": "npm run build", "pretest": "npm run lint", "release": "standard-version", "security": "npm audit", "start": "npm run build -- -w", "test": "npm run test:coverage", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch" }, "version": "4.0.1" }