123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "loader-utils@^0.2.16",
- "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
- ]
- ],
- "_from": "loader-utils@>=0.2.16 <0.3.0",
- "_id": "loader-utils@0.2.17",
- "_inCache": true,
- "_installable": true,
- "_location": "/loader-utils",
- "_nodeVersion": "7.1.0",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/loader-utils-0.2.17.tgz_1487631410094_0.04626395273953676"
- },
- "_npmUser": {
- "email": "mail@johannesewald.de",
- "name": "jhnns"
- },
- "_npmVersion": "3.10.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "loader-utils",
- "raw": "loader-utils@^0.2.16",
- "rawSpec": "^0.2.16",
- "scope": null,
- "spec": ">=0.2.16 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/html-webpack-plugin"
- ],
- "_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
- "_shasum": "f86e6374d43205a6e6c60e9196f17c0299bfb348",
- "_shrinkwrap": null,
- "_spec": "loader-utils@^0.2.16",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/loader-utils/issues"
- },
- "dependencies": {
- "big.js": "^3.1.3",
- "emojis-list": "^2.0.0",
- "json5": "^0.5.0",
- "object-assign": "^4.0.1"
- },
- "description": "utils for webpack loaders",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.14",
- "mocha": "^1.21.4"
- },
- "directories": {},
- "dist": {
- "shasum": "f86e6374d43205a6e6c60e9196f17c0299bfb348",
- "tarball": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "00b9d0848bd7216e184beacbf6582dc5ee51ff80",
- "homepage": "https://github.com/webpack/loader-utils#readme",
- "license": "MIT",
- "maintainers": [
- {
- "name": "jhnns",
- "email": "mail@johannesewald.de"
- },
- {
- "name": "sokra",
- "email": "tobias.koppers@googlemail.com"
- }
- ],
- "name": "loader-utils",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack/loader-utils.git"
- },
- "scripts": {
- "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
- "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
- "test": "mocha",
- "travis": "npm run cover -- --report lcovonly"
- },
- "version": "0.2.17"
- }
|