123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_args": [
- [
- {
- "raw": "webpack-sources@^1.0.1",
- "scope": null,
- "escapedName": "webpack-sources",
- "name": "webpack-sources",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/@angular-devkit/build-optimizer"
- ]
- ],
- "_from": "webpack-sources@>=1.0.1 <2.0.0",
- "_id": "webpack-sources@1.1.0",
- "_inCache": 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": {
- "name": "sokra",
- "email": "tobias.koppers@googlemail.com"
- },
- "_npmVersion": "5.4.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "webpack-sources@^1.0.1",
- "scope": null,
- "escapedName": "webpack-sources",
- "name": "webpack-sources",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/@angular-devkit/build-optimizer",
- "/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": "/Users/tennesseeg/blueCoin/node_modules/@angular-devkit/build-optimizer",
- "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": [
- "webpack",
- "source-map"
- ],
- "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"
- }
|