132 lines
3.9 KiB
JSON
132 lines
3.9 KiB
JSON
{
|
|
"_from": "url-loader@^1.1.2",
|
|
"_id": "url-loader@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==",
|
|
"_location": "/url-loader",
|
|
"_phantomChildren": {
|
|
"ajv": "6.10.0",
|
|
"ajv-errors": "1.0.1",
|
|
"ajv-keywords": "3.4.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"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.npmjs.org/url-loader/-/url-loader-1.1.2.tgz",
|
|
"_shasum": "b971d191b83af693c5e3fea4064be9e1f2d7f8d8",
|
|
"_spec": "url-loader@^1.1.2",
|
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/cli-service",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bin": "",
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/url-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"loader-utils": "^1.1.0",
|
|
"mime": "^2.0.3",
|
|
"schema-utils": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|