Initial commit
[yaffs-website] / node_modules / node-sass / package.json
1 {
2   "_args": [
3     [
4       "node-sass@^4.2.0",
5       "/var/www/yaffs/node_modules/gulp-sass"
6     ]
7   ],
8   "_from": "node-sass@>=4.2.0 <5.0.0",
9   "_id": "node-sass@4.5.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/node-sass",
13   "_nodeVersion": "7.4.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/node-sass-4.5.0.tgz_1485920797403_0.3499185631517321"
17   },
18   "_npmUser": {
19     "email": "xzyfer@gmail.com",
20     "name": "xzyfer"
21   },
22   "_npmVersion": "4.0.5",
23   "_phantomChildren": {
24     "fs.realpath": "1.0.0",
25     "inflight": "1.0.6",
26     "inherits": "2.0.3",
27     "minimatch": "3.0.3",
28     "once": "1.4.0",
29     "path-is-absolute": "1.0.1",
30     "pseudomap": "1.0.2",
31     "which": "1.2.12",
32     "yallist": "2.0.0"
33   },
34   "_requested": {
35     "name": "node-sass",
36     "raw": "node-sass@^4.2.0",
37     "rawSpec": "^4.2.0",
38     "scope": null,
39     "spec": ">=4.2.0 <5.0.0",
40     "type": "range"
41   },
42   "_requiredBy": [
43     "/gulp-sass"
44   ],
45   "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.0.tgz",
46   "_shasum": "532e37bad0ce587348c831535dbc98ea4289508b",
47   "_shrinkwrap": null,
48   "_spec": "node-sass@^4.2.0",
49   "_where": "/var/www/yaffs/node_modules/gulp-sass",
50   "author": {
51     "email": "andrewnez@gmail.com",
52     "name": "Andrew Nesbitt",
53     "url": "http://andrew.github.com"
54   },
55   "bin": {
56     "node-sass": "bin/node-sass"
57   },
58   "bugs": {
59     "url": "https://github.com/sass/node-sass/issues"
60   },
61   "dependencies": {
62     "async-foreach": "^0.1.3",
63     "chalk": "^1.1.1",
64     "cross-spawn": "^3.0.0",
65     "gaze": "^1.0.0",
66     "get-stdin": "^4.0.1",
67     "glob": "^7.0.3",
68     "in-publish": "^2.0.0",
69     "lodash.assign": "^4.2.0",
70     "lodash.clonedeep": "^4.3.2",
71     "lodash.mergewith": "^4.6.0",
72     "meow": "^3.7.0",
73     "mkdirp": "^0.5.1",
74     "nan": "^2.3.2",
75     "node-gyp": "^3.3.1",
76     "npmlog": "^4.0.0",
77     "request": "^2.61.0",
78     "sass-graph": "^2.1.1",
79     "stdout-stream": "^1.4.0"
80   },
81   "description": "Wrapper around libsass",
82   "devDependencies": {
83     "coveralls": "^2.11.8",
84     "eslint": "^3.4.0",
85     "istanbul": "^0.4.2",
86     "mocha": "^3.1.2",
87     "mocha-lcov-reporter": "^1.2.0",
88     "object-merge": "^2.5.1",
89     "read-yaml": "^1.0.0",
90     "rimraf": "^2.5.2",
91     "sass-spec": "3.5.0-1"
92   },
93   "directories": {},
94   "dist": {
95     "shasum": "532e37bad0ce587348c831535dbc98ea4289508b",
96     "tarball": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.0.tgz"
97   },
98   "engines": {
99     "node": ">=0.10.0"
100   },
101   "files": [
102     "bin",
103     "binding.gyp",
104     "lib",
105     "scripts",
106     "src",
107     "test",
108     "vendor"
109   ],
110   "gitHead": "cc7c3b37ba65fe5c7ebd0965c16e086abec57f3b",
111   "gypfile": true,
112   "homepage": "https://github.com/sass/node-sass",
113   "keywords": [
114     "css",
115     "libsass",
116     "preprocessor",
117     "sass",
118     "scss",
119     "style"
120   ],
121   "libsass": "3.5.0.beta.2",
122   "license": "MIT",
123   "main": "lib/index.js",
124   "maintainers": [
125     {
126       "name": "am11",
127       "email": "adeelbm@outlook.com"
128     },
129     {
130       "name": "andrewnez",
131       "email": "andrewnez@gmail.com"
132     },
133     {
134       "name": "deanmao",
135       "email": "deanmao@gmail.com"
136     },
137     {
138       "name": "keithamus",
139       "email": "npm@keithcirkel.co.uk"
140     },
141     {
142       "name": "laurentgoderre",
143       "email": "laurent.goderre@gmail.com"
144     },
145     {
146       "name": "saperski",
147       "email": "npm@saper.info"
148     },
149     {
150       "name": "xzyfer",
151       "email": "xzyfer@gmail.com"
152     }
153   ],
154   "name": "node-sass",
155   "nodeSassConfig": {
156     "binarySite": "https://github.com/sass/node-sass/releases/download"
157   },
158   "optionalDependencies": {},
159   "readme": "ERROR: No README data found!",
160   "repository": {
161     "type": "git",
162     "url": "git+https://github.com/sass/node-sass.git"
163   },
164   "scripts": {
165     "build": "node scripts/build.js --force",
166     "coverage": "node scripts/coverage.js",
167     "install": "node scripts/install.js",
168     "lint": "eslint bin/node-sass lib scripts test",
169     "postinstall": "node scripts/build.js",
170     "prepublish": "not-in-install && node scripts/prepublish.js || in-install",
171     "test": "mocha test/{*,**/**}.js"
172   },
173   "version": "4.5.0"
174 }