gerald-react-scripts-fork
Version:
Gerald's fork of the configuration and scripts for Create React App.
123 lines (122 loc) • 3.15 kB
JSON
{
"_args": [
[
{
"raw": "stylus-loader",
"scope": null,
"escapedName": "stylus-loader",
"name": "stylus-loader",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts"
]
],
"_from": "stylus-loader@latest",
"_id": "stylus-loader@2.3.1",
"_inCache": true,
"_location": "/stylus-loader",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/stylus-loader-2.3.1.tgz_1471415619060_0.7560933518689126"
},
"_npmUser": {
"name": "mzgoddard",
"email": "mzgoddard@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "stylus-loader",
"scope": null,
"escapedName": "stylus-loader",
"name": "stylus-loader",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-2.3.1.tgz",
"_shasum": "cf8872c68e9f98d5b4262f672b69cf082377b30e",
"_shrinkwrap": null,
"_spec": "stylus-loader",
"_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"url": "http://dontkry.com"
},
"bugs": {
"url": "https://github.com/shama/stylus-loader/issues"
},
"dependencies": {
"loader-utils": "^0.2.9",
"when": "~3.6.x"
},
"description": "Stylus loader for webpack",
"devDependencies": {
"benchmark": "^1.0.0",
"css-loader": "^0.14.0",
"mocha": "~2.1.0",
"mocha-loader": "~0.7.1",
"nib": "^1.0.4",
"node-libs-browser": "^0.5.2",
"raw-loader": "~0.5.1",
"should": "~4.6.1",
"style-loader": "^0.12.2",
"stylus": ">=0.52.4",
"testem": "^0.8.3",
"webpack": "^1.9.8",
"webpack-dev-server": "~1.7.0"
},
"directories": {},
"dist": {
"shasum": "cf8872c68e9f98d5b4262f672b69cf082377b30e",
"tarball": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-2.3.1.tgz"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "a57949a61c932a9be132de4c9ca89ac5e9be7d5e",
"homepage": "https://github.com/shama/stylus-loader#readme",
"keywords": [
"webpack",
"loader",
"stylus"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "shama",
"email": "kyle@dontkry.com"
},
{
"name": "mzgoddard",
"email": "mzgoddard@gmail.com"
}
],
"name": "stylus-loader",
"optionalDependencies": {},
"peerDependencies": {
"stylus": ">=0.52.4"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/shama/stylus-loader.git"
},
"scripts": {
"test": "testem ci",
"test-build": "webpack --config test/webpack.config.js --output-path test/tmp --output-file bundle.js",
"test-dev": "testem -l firefox",
"test-one": "testem ci -l firefox"
},
"version": "2.3.1"
}