Blame view

node_modules/node-sass/package.json 2.98 KB
aaac7fed   liuqimichale   add
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
  {
    "_args": [
      [
        "node-sass@4.11.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "node-sass@4.11.0",
    "_id": "node-sass@4.11.0",
    "_inBundle": false,
    "_integrity": "sha1-GD+uw5jpy+k7pDNi4naMqYimNpo=",
    "_location": "/node-sass",
    "_phantomChildren": {
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "node-sass@4.11.0",
      "name": "node-sass",
      "escapedName": "node-sass",
      "rawSpec": "4.11.0",
      "saveSpec": null,
      "fetchSpec": "4.11.0"
    },
    "_requiredBy": [
      "#DEV:/"
    ],
    "_resolved": "http://registry.npm.taobao.org/node-sass/download/node-sass-4.11.0.tgz",
    "_spec": "4.11.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Andrew Nesbitt",
      "email": "andrewnez@gmail.com",
      "url": "http://andrew.github.com"
    },
    "bin": {
      "node-sass": "bin/node-sass"
    },
    "bugs": {
      "url": "https://github.com/sass/node-sass/issues"
    },
    "dependencies": {
      "async-foreach": "^0.1.3",
      "chalk": "^1.1.1",
      "cross-spawn": "^3.0.0",
      "gaze": "^1.0.0",
      "get-stdin": "^4.0.1",
      "glob": "^7.0.3",
      "in-publish": "^2.0.0",
      "lodash.assign": "^4.2.0",
      "lodash.clonedeep": "^4.3.2",
      "lodash.mergewith": "^4.6.0",
      "meow": "^3.7.0",
      "mkdirp": "^0.5.1",
      "nan": "^2.10.0",
      "node-gyp": "^3.8.0",
      "npmlog": "^4.0.0",
      "request": "^2.88.0",
      "sass-graph": "^2.2.4",
      "stdout-stream": "^1.4.0",
      "true-case-path": "^1.0.2"
    },
    "description": "Wrapper around libsass",
    "devDependencies": {
      "coveralls": "^3.0.2",
      "eslint": "^3.4.0",
      "fs-extra": "^0.30.0",
      "istanbul": "^0.4.2",
      "mocha": "^3.1.2",
      "mocha-lcov-reporter": "^1.2.0",
      "object-merge": "^2.5.1",
      "read-yaml": "^1.0.0",
      "rimraf": "^2.5.2",
      "sass-spec": "git+https://github.com/sass/sass-spec.git#dc2d573",
      "unique-temp-dir": "^1.0.0"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "bin",
      "binding.gyp",
      "lib",
      "scripts",
      "src",
      "test",
      "vendor"
    ],
    "gypfile": true,
    "homepage": "https://github.com/sass/node-sass",
    "keywords": [
      "css",
      "libsass",
      "preprocessor",
      "sass",
      "scss",
      "style"
    ],
    "libsass": "3.5.4",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "node-sass",
    "nodeSassConfig": {
      "binarySite": "https://github.com/sass/node-sass/releases/download"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/sass/node-sass.git"
    },
    "scripts": {
      "build": "node scripts/build.js --force",
      "coverage": "node scripts/coverage.js",
      "install": "node scripts/install.js",
      "lint": "eslint bin/node-sass lib scripts test",
      "postinstall": "node scripts/build.js",
      "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
      "test": "mocha test/{*,**/**}.js"
    },
    "version": "4.11.0"
  }