{ "_args": [ [ "webpack-sources@^1.0.1", "/home/seleznev/project Angular/Quality system/node_modules/webpack" ] ], "_from": "webpack-sources@>=1.0.1 <2.0.0", "_id": "webpack-sources@1.1.0", "_inCache": true, "_installable": true, "_location": "/webpack-sources", "_nodeVersion": "8.7.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/webpack-sources-1.1.0.tgz_1511694386044_0.519901181338355" }, "_npmUser": { "email": "tobias.koppers@googlemail.com", "name": "sokra" }, "_npmVersion": "5.4.2", "_phantomChildren": {}, "_requested": { "name": "webpack-sources", "raw": "webpack-sources@^1.0.1", "rawSpec": "^1.0.1", "scope": null, "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/uglifyjs-webpack-plugin", "/webpack" ], "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz", "_shasum": "a101ebae59d6507354d71d8013950a3a8b7a5a54", "_shrinkwrap": null, "_spec": "webpack-sources@^1.0.1", "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack/webpack-sources/issues" }, "dependencies": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" }, "description": "Source code handling classes for webpack", "devDependencies": { "beautify-lint": "^1.0.3", "codecov.io": "^0.1.6", "coveralls": "^2.11.6", "eslint": "^3.19.0", "eslint-plugin-nodeca": "^1.0.3", "istanbul": "^0.4.1", "js-beautify": "^1.5.10", "mocha": "^3.4.2", "should": "^11.2.1" }, "directories": {}, "dist": { "integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==", "shasum": "a101ebae59d6507354d71d8013950a3a8b7a5a54", "tarball": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz" }, "files": [ "lib/" ], "gitHead": "b643bfba58c5820f9cf8f00a19979c1208e47692", "homepage": "https://github.com/webpack/webpack-sources#readme", "keywords": [ "source-map", "webpack" ], "license": "MIT", "main": "./lib/index.js", "maintainers": [ { "name": "bebraw", "email": "bebraw@gmail.com" }, { "name": "jhnns", "email": "mail@johannesewald.de" }, { "name": "sokra", "email": "tobias.koppers@googlemail.com" }, { "name": "spacek33z", "email": "kees@webduck.nl" }, { "name": "thelarkinn", "email": "sean.larkin@cuw.edu" } ], "name": "webpack-sources", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/webpack/webpack-sources.git" }, "scripts": { "beautify": "beautify-rewrite lib/**.js test/**.js", "beautify-lint": "beautify-lint lib/**.js test/**.js", "cover": "istanbul cover node_modules/mocha/bin/_mocha", "lint": "eslint lib test", "precover": "npm run lint && npm run beautify-lint", "pretest": "npm run lint && npm run beautify-lint", "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish", "test": "mocha --full-trace --check-leaks", "travis": "npm run cover -- --report lcovonly" }, "version": "1.1.0" }