Blame view

node_modules/stylus-loader/package.json 2.17 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
  {
    "_args": [
      [
        "stylus-loader@3.0.2",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_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": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "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"
  }