123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {
- "_args": [
- [
- "url-loader@1.1.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "url-loader@1.1.2",
- "_id": "url-loader@1.1.2",
- "_inBundle": false,
- "_integrity": "sha1-uXHRkbg69pPF4/6kBkvp4fLX+Ng=",
- "_location": "/url-loader",
- "_phantomChildren": {
- "ajv": "6.10.0",
- "ajv-errors": "1.0.1",
- "ajv-keywords": "3.4.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "url-loader@1.1.2",
- "name": "url-loader",
- "escapedName": "url-loader",
- "rawSpec": "1.1.2",
- "saveSpec": null,
- "fetchSpec": "1.1.2"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npm.taobao.org/url-loader/download/url-loader-1.1.2.tgz",
- "_spec": "1.1.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/url-loader/issues"
- },
- "dependencies": {
- "loader-utils": "^1.1.0",
- "mime": "^2.0.3",
- "schema-utils": "^1.0.0"
- },
- "description": "A loader for webpack which transforms files into base64 URIs",
- "devDependencies": {
- "@commitlint/cli": "^5.2.5",
- "@commitlint/config-angular": "^5.1.1",
- "@commitlint/config-conventional": "^7.0.1",
- "@webpack-contrib/defaults": "^2.4.0",
- "@webpack-contrib/eslint-config-webpack": "^2.0.2",
- "@webpack-contrib/test-utils": "^0.1.2",
- "babel-cli": "^6.26.0",
- "babel-jest": "^22.0.3",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "conventional-github-releaser": "^2.0.0",
- "cross-env": "^5.1.1",
- "del": "^3.0.0",
- "del-cli": "^1.1.0",
- "eslint": "^4.13.1",
- "eslint-plugin-import": "^2.8.0",
- "eslint-plugin-prettier": "^2.4.0",
- "file-loader": "^1.1.6",
- "husky": "^0.14.3",
- "jest": "^22.0.3",
- "jest-serializer-path": "^0.1.15",
- "lint-staged": "^6.0.0",
- "memory-fs": "^0.4.1",
- "nsp": "^3.1.0",
- "pre-commit": "^1.2.2",
- "prettier": "^1.9.2",
- "standard-version": "^4.2.0",
- "webpack": "^4.0.0"
- },
- "engines": {
- "node": ">= 6.9.0"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/webpack-contrib/url-loader",
- "jest": {
- "snapshotSerializers": [
- "jest-serializer-path"
- ],
- "testEnvironment": "node"
- },
- "keywords": [
- "webpack"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "main": "dist/cjs.js",
- "name": "url-loader",
- "peerDependencies": {
- "webpack": "^3.0.0 || ^4.0.0"
- },
- "pre-commit": "lint-staged",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/url-loader.git"
- },
- "scripts": {
- "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
- "ci:coverage": "npm run test:coverage -- --runInBand",
- "ci:lint": "npm run lint && npm run security",
- "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
- "ci:test": "npm run test -- --runInBand",
- "clean": "del-cli dist",
- "commitlint": "commitlint",
- "commitmsg": "commitlint -e $GIT_PARAMS",
- "defaults": "webpack-defaults",
- "lint": "eslint --cache src test",
- "lint-staged": "lint-staged",
- "prebuild": "npm run clean",
- "prepublish": "npm run build",
- "release": "standard-version",
- "release:ci": "conventional-github-releaser -p angular",
- "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
- "security": "nsp check",
- "start": "npm run build -- -w",
- "test": "jest",
- "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
- "test:watch": "jest --watch"
- },
- "version": "1.1.2"
- }
|