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
| {
| "_args": [
| [
| "weex-styler@0.3.1",
| "/Users/fxy/Documents/DCloud/HBuilderX/uniapp-cli"
| ]
| ],
| "_development": true,
| "_from": "weex-styler@0.3.1",
| "_id": "weex-styler@0.3.1",
| "_inBundle": false,
| "_integrity": "sha512-xkX5/wS/QLiJXKwbdpeytbLN0kHviQwj9CLdvBxqu+RRZABZpTniKZr1oxjh9Q0+n/aRC+smwFpQpUKvXh9V1g==",
| "_location": "/weex-styler",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "weex-styler@0.3.1",
| "name": "weex-styler",
| "escapedName": "weex-styler",
| "rawSpec": "0.3.1",
| "saveSpec": null,
| "fetchSpec": "0.3.1"
| },
| "_requiredBy": [
| "/weex-vue-loader"
| ],
| "_resolved": "https://registry.npmjs.org/weex-styler/-/weex-styler-0.3.1.tgz",
| "_spec": "0.3.1",
| "_where": "/Users/fxy/Documents/DCloud/HBuilderX/uniapp-cli",
| "author": {
| "name": "songsiqi",
| "email": "songsiqi2006@126.com"
| },
| "bugs": {
| "url": "https://github.com/weexteam/weex-styler/issues"
| },
| "dependencies": {
| "css": "~2.2.1"
| },
| "description": "Weex <style> transformer",
| "devDependencies": {
| "chai": "~3.4.1",
| "gulp": "~3.9.0",
| "gulp-jscs": "~3.0.2",
| "gulp-mocha": "~2.2.0",
| "isparta": "~4.0.0",
| "sinon": "~1.17.2",
| "sinon-chai": "~2.8.0"
| },
| "homepage": "https://github.com/weexteam/weex-styler#readme",
| "keywords": [
| "weex"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "weex-styler",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/weexteam/weex-styler.git"
| },
| "scripts": {
| "cover": "node node_modules/isparta/bin/isparta cover node_modules/gulp-mocha/node_modules/.bin/_mocha -- --reporter dot",
| "test": "gulp test && npm run cover"
| },
| "version": "0.3.1"
| }
|
|