@emvu/react-scripts
Version:
Fork of configuration and scripts for Create React App.
110 lines (109 loc) • 3.33 kB
JSON
{
"_args": [
[
{
"raw": "webpack-sources@^0.1.0",
"scope": null,
"escapedName": "webpack-sources",
"name": "webpack-sources",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/extract-text-webpack-plugin"
]
],
"_from": "webpack-sources@>=0.1.0 <0.2.0",
"_id": "webpack-sources@0.1.3",
"_inCache": true,
"_installable": true,
"_location": "/webpack-sources",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/webpack-sources-0.1.3.tgz_1478966594151_0.9760280998889357"
},
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"_npmVersion": "3.3.3",
"_phantomChildren": {},
"_requested": {
"raw": "webpack-sources@^0.1.0",
"scope": null,
"escapedName": "webpack-sources",
"name": "webpack-sources",
"rawSpec": "^0.1.0",
"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.3.tgz",
"_shasum": "15ce2fb79d0a1da727444ba7c757bf164294f310",
"_shrinkwrap": null,
"_spec": "webpack-sources@^0.1.0",
"_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/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": "15ce2fb79d0a1da727444ba7c757bf164294f310",
"tarball": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.3.tgz"
},
"gitHead": "fb0ed29f0e1bedbd87967011556faa7644f5a1e8",
"homepage": "https://github.com/webpack/webpack-sources#readme",
"keywords": [
"webpack",
"source-map"
],
"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.3"
}