UNPKG

react-scripts

Version:
101 lines (100 loc) 3.01 kB
{ "_args": [ [ "webpack-sources@^0.1.0", "/Users/dan/p/create-react-app/node_modules/extract-text-webpack-plugin" ] ], "_from": "webpack-sources@>=0.1.0 <0.2.0", "_id": "webpack-sources@0.1.2", "_inCache": true, "_installable": true, "_location": "/webpack-sources", "_nodeVersion": "5.4.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/webpack-sources-0.1.2.tgz_1461278357602_0.4156553049106151" }, "_npmUser": { "email": "tobias.koppers@googlemail.com", "name": "sokra" }, "_npmVersion": "3.3.3", "_phantomChildren": {}, "_requested": { "name": "webpack-sources", "raw": "webpack-sources@^0.1.0", "rawSpec": "^0.1.0", "scope": null, "spec": ">=0.1.0 <0.2.0", "type": "range" }, "_requiredBy": [ "/extract-text-webpack-plugin" ], "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.2.tgz", "_shasum": "057a3f3255f8ba561b901d9150589aa103a57e65", "_shrinkwrap": null, "_spec": "webpack-sources@^0.1.0", "_where": "/Users/dan/p/create-react-app/node_modules/extract-text-webpack-plugin", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack/webpack-sources/issues" }, "dependencies": { "source-list-map": "~0.1.0", "source-map": "~0.5.3" }, "description": "Source code handling classes for webpack", "devDependencies": { "beautify-lint": "^1.0.3", "codecov.io": "^0.1.6", "coveralls": "^2.11.6", "eslint": "^1.1.0", "eslint-plugin-nodeca": "^1.0.3", "istanbul": "^0.4.1", "js-beautify": "^1.5.10", "mocha": "^2.3.4", "should": "^8.0.2" }, "directories": {}, "dist": { "shasum": "057a3f3255f8ba561b901d9150589aa103a57e65", "tarball": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.2.tgz" }, "gitHead": "ab33c46cb6cc67505e0b8ccc99fed55f1cafc922", "homepage": "https://github.com/webpack/webpack-sources#readme", "keywords": [ "source-map", "webpack" ], "license": "MIT", "main": "./lib/index.js", "maintainers": [ { "name": "sokra", "email": "tobias.koppers@googlemail.com" } ], "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": "0.1.2" }