| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "stylus-loader@3.0.2",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "stylus-loader@3.0.2",
- "_id": "stylus-loader@3.0.2",
- "_inBundle": false,
- "_integrity": "sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==",
- "_location": "/stylus-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "stylus-loader@3.0.2",
- "name": "stylus-loader",
- "escapedName": "stylus-loader",
- "rawSpec": "3.0.2",
- "saveSpec": null,
- "fetchSpec": "3.0.2"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-3.0.2.tgz",
- "_spec": "3.0.2",
- "_where": "E:\\item\\newItem\\admin",
- "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": "^1.0.2",
- "lodash.clonedeep": "^4.5.0",
- "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": "^1.0.0",
- "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": "^2.2.0",
- "webpack-dev-server": "^2.0.0"
- },
- "files": [
- "index.js",
- "lib/"
- ],
- "homepage": "https://github.com/shama/stylus-loader#readme",
- "keywords": [
- "webpack",
- "loader",
- "stylus"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "stylus-loader",
- "peerDependencies": {
- "stylus": ">=0.52.4"
- },
- "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-filename=bundle.js",
- "test-dev": "testem -l firefox",
- "test-one": "testem ci -l firefox"
- },
- "version": "3.0.2"
- }
|