fex-team / fis-parser-sass

A parser plugin for fis to compile sass file.
MIT License
16 stars 12 forks source link

fis-parser-sass插件安装失败 #35

Open yanhaijing opened 8 years ago

yanhaijing commented 8 years ago

windows 7 64位

qq 20160820104937

yanhaijing commented 8 years ago

0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'fis-parser-sass', 1 verbose cli '--registry=https://registry.npm.taobao.org' ] 2 info using npm@2.15.1 3 info using node@v4.4.4 4 verbose install initial load of C:\Users\yanxuefeng\AppData\Roaming\npm\package.json 5 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\package.json 6 silly cache add args [ 'install', null ] 7 verbose cache add spec install 8 silly cache add args [ 'fis-parser-sass', null ] 9 verbose cache add spec fis-parser-sass 10 silly cache add parsed spec Result { 10 silly cache add raw: 'install', 10 silly cache add scope: null, 10 silly cache add name: 'install', 10 silly cache add rawSpec: '', 10 silly cache add spec: 'latest', 10 silly cache add type: 'tag' } 11 silly addNamed install@latest 12 verbose addNamed "latest" is being treated as a dist-tag for install 13 info addNameTag [ 'install', 'latest' ] 14 silly mapToRegistry name install 15 silly mapToRegistry using default registry 16 silly mapToRegistry registry https://registry.npm.taobao.org/ 17 silly mapToRegistry data Result { 17 silly mapToRegistry raw: 'install', 17 silly mapToRegistry scope: null, 17 silly mapToRegistry name: 'install', 17 silly mapToRegistry rawSpec: '', 17 silly mapToRegistry spec: 'latest', 17 silly mapToRegistry type: 'tag' } 18 silly mapToRegistry uri https://registry.npm.taobao.org/install 19 verbose addNameTag registry:https://registry.npm.taobao.org/install not in flight; fetching 20 silly cache add parsed spec Result { 20 silly cache add raw: 'fis-parser-sass', 20 silly cache add scope: null, 20 silly cache add name: 'fis-parser-sass', 20 silly cache add rawSpec: '', 20 silly cache add spec: 'latest', 20 silly cache add type: 'tag' } 21 silly addNamed fis-parser-sass@latest 22 verbose addNamed "latest" is being treated as a dist-tag for fis-parser-sass 23 info addNameTag [ 'fis-parser-sass', 'latest' ] 24 silly mapToRegistry name fis-parser-sass 25 silly mapToRegistry using default registry 26 silly mapToRegistry registry https://registry.npm.taobao.org/ 27 silly mapToRegistry data Result { 27 silly mapToRegistry raw: 'fis-parser-sass', 27 silly mapToRegistry scope: null, 27 silly mapToRegistry name: 'fis-parser-sass', 27 silly mapToRegistry rawSpec: '', 27 silly mapToRegistry spec: 'latest', 27 silly mapToRegistry type: 'tag' } 28 silly mapToRegistry uri https://registry.npm.taobao.org/fis-parser-sass 29 verbose addNameTag registry:https://registry.npm.taobao.org/fis-parser-sass not in flight; fetching 30 verbose get https://registry.npm.taobao.org/install not expired, no request 31 silly addNameTag next cb for install with tag latest 32 silly addNamed install@0.8.1 33 verbose addNamed "0.8.1" is a plain semver version for install 34 verbose get https://registry.npm.taobao.org/fis-parser-sass not expired, no request 35 silly addNameTag next cb for fis-parser-sass with tag latest 36 silly addNamed fis-parser-sass@0.3.16 37 verbose addNamed "0.3.16" is a plain semver version for fis-parser-sass 38 warn deprecated fis-parser-sass@0.3.16: please use fis-parser-node-sass instead 39 silly cache afterAdd install@0.8.1 40 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\install\0.8.1\package\package.json not in flight; writing 41 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 42 silly cache afterAdd fis-parser-sass@0.3.16 43 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-parser-sass\0.3.16\package\package.json not in flight; writing 44 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 45 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-parser-sass\0.3.16\package\package.json written 46 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\install\0.8.1\package\package.json written 47 silly install resolved [ { name: 'fis-parser-sass', 47 silly install resolved description: 'A parser plugin for fis to compile sass file.', 47 silly install resolved version: '0.3.16', 47 silly install resolved author: { name: 'FIS Team', email: 'fis@baidu.com' }, 47 silly install resolved homepage: 'http://fis.baidu.com/', 47 silly install resolved keywords: [ 'fis', 'sass' ], 47 silly install resolved main: 'index.js', 47 silly install resolved repository: 47 silly install resolved { type: 'git', 47 silly install resolved url: 'git+https://github.com/fouber/fis-parser-sass.git' }, 47 silly install resolved engines: { node: '>=0.8.0' }, 47 silly install resolved scripts: 47 silly install resolved { test: 'mocha --reporter dot --check-leaks test/', 47 silly install resolved 'test-cov': 'env istanbul=1 mocha --reporter dot --check-leaks test/', 47 silly install resolved 'test-travis': 'env istanbul=1 istanbul_report=lcovonly mocha --reporter spec --check-leaks test/', 47 silly install resolved dev: 'rm -rf debug && node ./node_modules/fis/bin/fis release -cf ./test/fixtures/basic/fis-conf.js -r ./test/fixtures/basic -d ./debug' }, 47 silly install resolved dependencies: { 'fis-sass': '^3.1.0' }, 47 silly install resolved devDependencies: 47 silly install resolved { fis: '~1.9.2', 47 silly install resolved 'fis-prepackager-derived': '0.0.2', 47 silly install resolved istanbul: '~0.3.0', 47 silly install resolved mocha: '~1.21.3', 47 silly install resolved tmp: '0.0.24' }, 47 silly install resolved gitHead: '49bafeac2dca3fc965eea42cc1a70ee03c604254', 47 silly install resolved bugs: { url: 'https://github.com/fouber/fis-parser-sass/issues' }, 47 silly install resolved _id: 'fis-parser-sass@0.3.16', 47 silly install resolved _shasum: 'bbf595f5b68a3c8c78409840d6a485e08c0cc195', 47 silly install resolved _from: 'fis-parser-sass@latest', 47 silly install resolved _npmVersion: '2.7.4', 47 silly install resolved _nodeVersion: '0.12.2', 47 silly install resolved _npmUser: { name: '2betop', email: '2betop.cn@gmail.com' }, 47 silly install resolved dist: 47 silly install resolved { shasum: 'bbf595f5b68a3c8c78409840d6a485e08c0cc195', 47 silly install resolved tarball: 'https://registry.npmjs.org/fis-parser-sass/-/fis-parser-sass-0.3.16.tgz' }, 47 silly install resolved maintainers: [ [Object], [Object] ], 47 silly install resolved deprecated: 'please use fis-parser-node-sass instead', 47 silly install resolved directories: {}, 47 silly install resolved _resolved: 'https://registry.npmjs.org/fis-parser-sass/-/fis-parser-sass-0.3.16.tgz', 47 silly install resolved readme: 'ERROR: No README data found!' }, 47 silly install resolved { author: { name: 'Ben Newman', email: 'bn@cs.stanford.edu' }, 47 silly install resolved name: 'install', 47 silly install resolved description: 'Minimal JavaScript module loader', 47 silly install resolved keywords: 47 silly install resolved [ 'modules', 47 silly install resolved 'require', 47 silly install resolved 'commonjs', 47 silly install resolved 'exports', 47 silly install resolved 'browser', 47 silly install resolved 'packaging', 47 silly install resolved 'packager', 47 silly install resolved 'install' ], 47 silly install resolved version: '0.8.1', 47 silly install resolved license: 'MIT', 47 silly install resolved homepage: 'http://github.com/benjamn/install', 47 silly install resolved repository: { type: 'git', url: 'git://github.com/benjamn/install.git' }, 47 silly install resolved main: 'install.js', 47 silly install resolved scripts: 47 silly install resolved { prepublish: 'scripts/prepublish.sh', 47 silly install resolved docs: 'scripts/docs.sh', 47 silly install resolved test: 'mocha --reporter spec --full-trace test/run.js' }, 47 silly install resolved devDependencies: 47 silly install resolved { docco: '^0.7.0', 47 silly install resolved mocha: '^2.3.3', 47 silly install resolved uglifyjs: '^2.4.10', 47 silly install resolved reify: '^0.1.9' }, 47 silly install resolved engines: { node: '>= 0.10' }, 47 silly install resolved gitHead: 'a8e8a6e22c63a603d18fa1ff8e779396fcda572d', 47 silly install resolved bugs: { url: 'https://github.com/benjamn/install/issues' }, 47 silly install resolved _id: 'install@0.8.1', 47 silly install resolved _shasum: 'e9183b911b1b5d02b87ffe50d0b2d6837b5040d9', 47 silly install resolved _from: 'install@latest', 47 silly install resolved _npmVersion: '3.3.9', 47 silly install resolved _nodeVersion: '6.0.0', 47 silly install resolved _npmUser: { name: 'benjamn', email: 'bn@cs.stanford.edu' }, 47 silly install resolved maintainers: [ [Object] ], 47 silly install resolved dist: 47 silly install resolved { shasum: 'e9183b911b1b5d02b87ffe50d0b2d6837b5040d9', 47 silly install resolved size: 282614, 47 silly install resolved noattachment: false, 47 silly install resolved tarball: 'http://registry.npm.taobao.org/install/download/install-0.8.1.tgz' }, 47 silly install resolved _npmOperationalInternal: 47 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 47 silly install resolved tmp: 'tmp/install-0.8.1.tgz_1463690916233_0.3639428860042244' }, 47 silly install resolved directories: {}, 47 silly install resolved publish_time: 1463690920519, 47 silly install resolved _cnpm_publish_time: 1463690920519, 47 silly install resolved _resolved: 'https://registry.npm.taobao.org/install/download/install-0.8.1.tgz', 47 silly install resolved readme: 'ERROR: No README data found!' } ] 48 info install fis-parser-sass@0.3.16 into C:\Users\yanxuefeng\AppData\Roaming\npm 49 info install install@0.8.1 into C:\Users\yanxuefeng\AppData\Roaming\npm 50 info installOne fis-parser-sass@0.3.16 51 verbose installOne of fis-parser-sass to C:\Users\yanxuefeng\AppData\Roaming\npm not in flight; installing 52 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 53 info installOne install@0.8.1 54 verbose installOne of install to C:\Users\yanxuefeng\AppData\Roaming\npm not in flight; installing 55 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir already in flight; waiting 56 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\install-2be61f43aa8f6166.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 57 silly install write writing install 0.8.1 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 58 verbose unbuild node_modules\install 59 info preuninstall install@0.8.1 60 info uninstall install@0.8.1 61 verbose unbuild rmStuff install@0.8.1 from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 62 info postuninstall install@0.8.1 63 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 64 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 65 silly vacuum-fs purging C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 66 silly vacuum-fs quitting because other entries in C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 67 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\install\0.8.1\package.tgz 68 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 69 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install is being purged 70 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 71 silly gunzTarPerm modes [ '777', '666' ] 72 silly gunzTarPerm extractEntry package.json 73 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 74 silly gunzTarPerm extractEntry .npmignore 75 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ] 76 silly gunzTarPerm extractEntry README.md 77 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ] 78 silly gunzTarPerm extractEntry LICENSE 79 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ] 80 silly gunzTarPerm extractEntry install.js 81 silly gunzTarPerm modified mode [ 'install.js', 420, 438 ] 82 silly gunzTarPerm extractEntry install.min.js 83 silly gunzTarPerm modified mode [ 'install.min.js', 420, 438 ] 84 silly gunzTarPerm extractEntry .travis.yml 85 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ] 86 silly gunzTarPerm extractEntry scripts/docs.sh 87 silly gunzTarPerm modified mode [ 'scripts/docs.sh', 493, 511 ] 88 silly gunzTarPerm extractEntry scripts/prepublish.sh 89 silly gunzTarPerm modified mode [ 'scripts/prepublish.sh', 493, 511 ] 90 silly gunzTarPerm extractEntry docs/docco.css 91 silly gunzTarPerm modified mode [ 'docs/docco.css', 420, 438 ] 92 silly gunzTarPerm extractEntry docs/install.html 93 silly gunzTarPerm modified mode [ 'docs/install.html', 420, 438 ] 94 silly gunzTarPerm extractEntry docs/public/fonts/aller-bold.eot 95 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-bold.eot', 420, 438 ] 96 silly gunzTarPerm extractEntry docs/public/fonts/aller-bold.ttf 97 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-bold.ttf', 420, 438 ] 98 silly gunzTarPerm extractEntry docs/public/fonts/aller-bold.woff 99 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-bold.woff', 420, 438 ] 100 silly gunzTarPerm extractEntry docs/public/fonts/aller-light.eot 101 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-light.eot', 420, 438 ] 102 silly gunzTarPerm extractEntry docs/public/fonts/aller-light.ttf 103 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-light.ttf', 420, 438 ] 104 silly gunzTarPerm extractEntry docs/public/fonts/aller-light.woff 105 silly gunzTarPerm modified mode [ 'docs/public/fonts/aller-light.woff', 420, 438 ] 106 silly gunzTarPerm extractEntry docs/public/fonts/roboto-black.eot 107 silly gunzTarPerm modified mode [ 'docs/public/fonts/roboto-black.eot', 493, 511 ] 108 silly gunzTarPerm extractEntry docs/public/fonts/roboto-black.ttf 109 silly gunzTarPerm modified mode [ 'docs/public/fonts/roboto-black.ttf', 493, 511 ] 110 silly gunzTarPerm extractEntry docs/public/fonts/roboto-black.woff 111 silly gunzTarPerm modified mode [ 'docs/public/fonts/roboto-black.woff', 493, 511 ] 112 silly gunzTarPerm extractEntry docs/public/stylesheets/normalize.css 113 silly gunzTarPerm modified mode [ 'docs/public/stylesheets/normalize.css', 420, 438 ] 114 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install\package.json 115 info preinstall install@0.8.1 116 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install\package.json 117 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install\package.json 118 silly install resolved [] 119 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 120 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 121 info linkStuff install@0.8.1 122 silly linkStuff install@0.8.1 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules as its parent node_modules 123 silly linkStuff install@0.8.1 is part of a global install 124 silly linkStuff install@0.8.1 is installed into a global node_modules 125 silly linkStuff install@0.8.1 is installed into the top-level global node_modules 126 verbose linkBins install@0.8.1 127 verbose linkMans install@0.8.1 128 verbose rebuildBundles install@0.8.1 129 info install install@0.8.1 130 info postinstall install@0.8.1 131 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\install-2be61f43aa8f6166.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\install 132 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\fis-parser-sass-b31e95873d6de7e4.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 133 silly install write writing fis-parser-sass 0.3.16 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 134 verbose unbuild node_modules\fis-parser-sass 135 info preuninstall fis-parser-sass@0.3.16 136 info uninstall fis-parser-sass@0.3.16 137 verbose unbuild rmStuff fis-parser-sass@0.3.16 from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 138 info postuninstall fis-parser-sass@0.3.16 139 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 140 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 141 silly vacuum-fs purging C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 142 silly vacuum-fs quitting because other entries in C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 143 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-parser-sass\0.3.16\package.tgz 144 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 145 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass is being purged 146 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 147 silly gunzTarPerm modes [ '777', '666' ] 148 silly gunzTarPerm extractEntry package.json 149 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 150 silly gunzTarPerm extractEntry .npmignore 151 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ] 152 silly gunzTarPerm extractEntry README.md 153 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ] 154 silly gunzTarPerm extractEntry compile.js 155 silly gunzTarPerm modified mode [ 'compile.js', 420, 438 ] 156 silly gunzTarPerm extractEntry index.js 157 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 158 silly gunzTarPerm extractEntry LICENSE.md 159 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 438 ] 160 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\package.json 161 info preinstall fis-parser-sass@0.3.16 162 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\package.json 163 silly prepareForInstallMany adding fis-sass@^3.1.0 from fis-parser-sass dependencies 164 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\package.json 165 silly cache add args [ 'fis-sass@^3.1.0', null ] 166 verbose cache add spec fis-sass@^3.1.0 167 silly cache add parsed spec Result { 167 silly cache add raw: 'fis-sass@^3.1.0', 167 silly cache add scope: null, 167 silly cache add name: 'fis-sass', 167 silly cache add rawSpec: '^3.1.0', 167 silly cache add spec: '>=3.1.0 <4.0.0', 167 silly cache add type: 'range' } 168 silly addNamed fis-sass@>=3.1.0 <4.0.0 169 verbose addNamed ">=3.1.0 <4.0.0" is a valid semver range for fis-sass 170 silly addNameRange { name: 'fis-sass', range: '>=3.1.0 <4.0.0', hasData: false } 171 silly mapToRegistry name fis-sass 172 silly mapToRegistry using default registry 173 silly mapToRegistry registry https://registry.npm.taobao.org/ 174 silly mapToRegistry data Result { 174 silly mapToRegistry raw: 'fis-sass', 174 silly mapToRegistry scope: null, 174 silly mapToRegistry name: 'fis-sass', 174 silly mapToRegistry rawSpec: '', 174 silly mapToRegistry spec: 'latest', 174 silly mapToRegistry type: 'tag' } 175 silly mapToRegistry uri https://registry.npm.taobao.org/fis-sass 176 verbose addNameRange registry:https://registry.npm.taobao.org/fis-sass not in flight; fetching 177 verbose request uri https://registry.npm.taobao.org/fis-sass 178 verbose request no auth needed 179 info attempt registry request try #1 at 11:17:50 180 verbose request id ab1d7da3d45ca592 181 verbose etag "49da-CwZtLIp8mc6olMp9BeEwQA" 182 http request GET https://registry.npm.taobao.org/fis-sass 183 http 304 https://registry.npm.taobao.org/fis-sass 184 verbose headers { date: 'Sat, 20 Aug 2016 03:17:50 GMT', 184 verbose headers connection: 'keep-alive', 184 verbose headers 'x-current-requests': '1', 184 verbose headers etag: '"49da-CwZtLIp8mc6olMp9BeEwQA"', 184 verbose headers 'x-readtime': '13' } 185 silly get cb [ 304, 185 silly get { date: 'Sat, 20 Aug 2016 03:17:50 GMT', 185 silly get connection: 'keep-alive', 185 silly get 'x-current-requests': '1', 185 silly get etag: '"49da-CwZtLIp8mc6olMp9BeEwQA"', 185 silly get 'x-readtime': '13' } ] 186 verbose etag https://registry.npm.taobao.org/fis-sass from cache 187 verbose get saving fis-sass to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\fis-sass.cache.json 188 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 189 silly addNameRange number 2 { name: 'fis-sass', range: '>=3.1.0 <4.0.0', hasData: true } 190 silly addNameRange versions [ 'fis-sass', 190 silly addNameRange [ '3.1.3', 190 silly addNameRange '3.1.2', 190 silly addNameRange '3.1.1', 190 silly addNameRange '3.1.0', 190 silly addNameRange '0.2.0', 190 silly addNameRange '0.2.0-beta', 190 silly addNameRange '0.1.17', 190 silly addNameRange '0.1.15', 190 silly addNameRange '0.1.14', 190 silly addNameRange '0.1.13', 190 silly addNameRange '0.1.12', 190 silly addNameRange '0.1.11', 190 silly addNameRange '0.1.10', 190 silly addNameRange '0.1.9', 190 silly addNameRange '0.1.8', 190 silly addNameRange '0.1.7', 190 silly addNameRange '0.1.4' ] ] 191 silly addNamed fis-sass@3.1.3 192 verbose addNamed "3.1.3" is a plain semver version for fis-sass 193 silly cache afterAdd fis-sass@3.1.3 194 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-sass\3.1.3\package\package.json not in flight; writing 195 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 196 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-sass\3.1.3\package\package.json written 197 silly install resolved [ { name: 'fis-sass', 197 silly install resolved version: '3.1.3', 197 silly install resolved libsass: '3.1.0', 197 silly install resolved description: 'Anothor libsass wrapper for node. Support sass syntax.', 197 silly install resolved main: 'lib/index.js', 197 silly install resolved scripts: { test: 'node test.js', install: 'node build.js' }, 197 silly install resolved repository: 197 silly install resolved { type: 'git', 197 silly install resolved url: 'git+https://github.com/fis-dev/fis-sass.git' }, 197 silly install resolved keywords: [ 'node', 'sass', 'fis' ], 197 silly install resolved author: { name: '2betop' }, 197 silly install resolved license: 'MIT', 197 silly install resolved gypfile: true, 197 silly install resolved bugs: { url: 'https://github.com/fis-dev/fis-sass/issues' }, 197 silly install resolved homepage: 'https://github.com/fis-dev/fis-sass', 197 silly install resolved dependencies: { chalk: '^0.5.1', nan: '^1.7.0', step: '0.0.5' }, 197 silly install resolved bindingsCDN: 'http://fisstatic.duapp.com/addons/fis-sass/3.1.0/', 197 silly install resolved gitHead: '5b3fa6344dd0dfe0bb721d505c10e3324b0643ea', 197 silly install resolved _id: 'fis-sass@3.1.3', 197 silly install resolved _shasum: '620e13e335dc45b28a4c3675bfa865b16555ac84', 197 silly install resolved _from: 'fis-sass@>=3.1.0 <4.0.0', 197 silly install resolved _npmVersion: '2.1.6', 197 silly install resolved _nodeVersion: '0.10.30', 197 silly install resolved _npmUser: { name: '2betop', email: '2betop.cn@gmail.com' }, 197 silly install resolved maintainers: [ [Object] ], 197 silly install resolved dist: 197 silly install resolved { shasum: '620e13e335dc45b28a4c3675bfa865b16555ac84', 197 silly install resolved tarball: 'https://registry.npmjs.org/fis-sass/-/fis-sass-3.1.3.tgz' }, 197 silly install resolved directories: {}, 197 silly install resolved _resolved: 'https://registry.npmjs.org/fis-sass/-/fis-sass-3.1.3.tgz', 197 silly install resolved readme: 'ERROR: No README data found!' } ] 198 info install fis-sass@3.1.3 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 199 info installOne fis-sass@3.1.3 200 verbose installOne of fis-sass to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass not in flight; installing 201 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 202 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\fis-sass-b6b8f185cd3ea130.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 203 silly install write writing fis-sass 3.1.3 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 204 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass 205 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 206 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 207 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\fis-sass\3.1.3\package.tgz 208 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 209 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass is being purged 210 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 211 silly gunzTarPerm modes [ '777', '666' ] 212 silly gunzTarPerm extractEntry package.json 213 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 214 silly gunzTarPerm extractEntry .npmignore 215 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ] 216 silly gunzTarPerm extractEntry README.md 217 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ] 218 silly gunzTarPerm extractEntry util.js 219 silly gunzTarPerm modified mode [ 'util.js', 420, 438 ] 220 silly gunzTarPerm extractEntry test.js 221 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ] 222 silly gunzTarPerm extractEntry _index.js 223 silly gunzTarPerm modified mode [ '_index.js', 420, 438 ] 224 silly gunzTarPerm extractEntry build.js 225 silly gunzTarPerm modified mode [ 'build.js', 420, 438 ] 226 silly gunzTarPerm extractEntry expect.css 227 silly gunzTarPerm modified mode [ 'expect.css', 420, 438 ] 228 silly gunzTarPerm extractEntry lib/index.js 229 silly gunzTarPerm modified mode [ 'lib/index.js', 436, 438 ] 230 silly gunzTarPerm extractEntry lib/binding.cpp 231 silly gunzTarPerm modified mode [ 'lib/binding.cpp', 436, 438 ] 232 silly gunzTarPerm extractEntry lib/sync.cc 233 silly gunzTarPerm modified mode [ 'lib/sync.cc', 420, 438 ] 234 silly gunzTarPerm extractEntry lib/sync.h 235 silly gunzTarPerm modified mode [ 'lib/sync.h', 420, 438 ] 236 silly gunzTarPerm extractEntry map.json 237 silly gunzTarPerm modified mode [ 'map.json', 420, 438 ] 238 silly gunzTarPerm extractEntry binding.gyp 239 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ] 240 silly gunzTarPerm extractEntry src/binding.cpp 241 silly gunzTarPerm modified mode [ 'src/binding.cpp', 420, 438 ] 242 silly gunzTarPerm extractEntry src/libsass/.npmignore 243 silly gunzTarPerm modified mode [ 'src/libsass/.npmignore', 420, 438 ] 244 silly gunzTarPerm extractEntry src/libsass/LICENSE 245 silly gunzTarPerm modified mode [ 'src/libsass/LICENSE', 420, 438 ] 246 silly gunzTarPerm extractEntry src/libsass/mapping.hpp 247 silly gunzTarPerm modified mode [ 'src/libsass/mapping.hpp', 420, 438 ] 248 silly gunzTarPerm extractEntry src/libsass/.travis.yml 249 silly gunzTarPerm modified mode [ 'src/libsass/.travis.yml', 420, 438 ] 250 silly gunzTarPerm extractEntry src/libsass/COPYING 251 silly gunzTarPerm modified mode [ 'src/libsass/COPYING', 420, 438 ] 252 silly gunzTarPerm extractEntry src/libsass/INSTALL 253 silly gunzTarPerm modified mode [ 'src/libsass/INSTALL', 420, 438 ] 254 silly gunzTarPerm extractEntry src/libsass/.editorconfig 255 silly gunzTarPerm modified mode [ 'src/libsass/.editorconfig', 420, 438 ] 256 silly gunzTarPerm extractEntry src/libsass/Makefile 257 silly gunzTarPerm modified mode [ 'src/libsass/Makefile', 420, 438 ] 258 silly gunzTarPerm extractEntry src/libsass/Makefile.am 259 silly gunzTarPerm modified mode [ 'src/libsass/Makefile.am', 420, 438 ] 260 silly gunzTarPerm extractEntry src/libsass/Readme.md 261 silly gunzTarPerm modified mode [ 'src/libsass/Readme.md', 420, 438 ] 262 silly gunzTarPerm extractEntry src/libsass/appveyor.yml 263 silly gunzTarPerm modified mode [ 'src/libsass/appveyor.yml', 420, 438 ] 264 silly gunzTarPerm extractEntry src/libsass/ast.cpp 265 silly gunzTarPerm modified mode [ 'src/libsass/ast.cpp', 420, 438 ] 266 silly gunzTarPerm extractEntry src/libsass/ast.hpp 267 silly gunzTarPerm modified mode [ 'src/libsass/ast.hpp', 420, 438 ] 268 silly gunzTarPerm extractEntry src/libsass/ast_def_macros.hpp 269 silly gunzTarPerm modified mode [ 'src/libsass/ast_def_macros.hpp', 420, 438 ] 270 silly gunzTarPerm extractEntry src/libsass/ast_factory.hpp 271 silly gunzTarPerm modified mode [ 'src/libsass/ast_factory.hpp', 420, 438 ] 272 silly gunzTarPerm extractEntry src/libsass/ast_fwd_decl.hpp 273 silly gunzTarPerm modified mode [ 'src/libsass/ast_fwd_decl.hpp', 420, 438 ] 274 silly gunzTarPerm extractEntry src/libsass/b64/cencode.h 275 silly gunzTarPerm modified mode [ 'src/libsass/b64/cencode.h', 420, 438 ] 276 silly gunzTarPerm extractEntry src/libsass/b64/encode.h 277 silly gunzTarPerm modified mode [ 'src/libsass/b64/encode.h', 420, 438 ] 278 silly gunzTarPerm extractEntry src/libsass/backtrace.hpp 279 silly gunzTarPerm modified mode [ 'src/libsass/backtrace.hpp', 420, 438 ] 280 silly gunzTarPerm extractEntry src/libsass/base64vlq.cpp 281 silly gunzTarPerm modified mode [ 'src/libsass/base64vlq.cpp', 420, 438 ] 282 silly gunzTarPerm extractEntry src/libsass/base64vlq.hpp 283 silly gunzTarPerm modified mode [ 'src/libsass/base64vlq.hpp', 420, 438 ] 284 silly gunzTarPerm extractEntry src/libsass/bind.cpp 285 silly gunzTarPerm modified mode [ 'src/libsass/bind.cpp', 420, 438 ] 286 silly gunzTarPerm extractEntry src/libsass/bind.hpp 287 silly gunzTarPerm modified mode [ 'src/libsass/bind.hpp', 420, 438 ] 288 silly gunzTarPerm extractEntry src/libsass/cencode.c 289 silly gunzTarPerm modified mode [ 'src/libsass/cencode.c', 420, 438 ] 290 silly gunzTarPerm extractEntry src/libsass/color_names.hpp 291 silly gunzTarPerm modified mode [ 'src/libsass/color_names.hpp', 420, 438 ] 292 silly gunzTarPerm extractEntry src/libsass/configure.ac 293 silly gunzTarPerm modified mode [ 'src/libsass/configure.ac', 420, 438 ] 294 silly gunzTarPerm extractEntry src/libsass/constants.cpp 295 silly gunzTarPerm modified mode [ 'src/libsass/constants.cpp', 420, 438 ] 296 silly gunzTarPerm extractEntry src/libsass/constants.hpp 297 silly gunzTarPerm modified mode [ 'src/libsass/constants.hpp', 420, 438 ] 298 silly gunzTarPerm extractEntry src/libsass/context.cpp 299 silly gunzTarPerm modified mode [ 'src/libsass/context.cpp', 420, 438 ] 300 silly gunzTarPerm extractEntry src/libsass/context.hpp 301 silly gunzTarPerm modified mode [ 'src/libsass/context.hpp', 420, 438 ] 302 silly gunzTarPerm extractEntry src/libsass/contextualize.cpp 303 silly gunzTarPerm modified mode [ 'src/libsass/contextualize.cpp', 420, 438 ] 304 silly gunzTarPerm extractEntry src/libsass/contextualize.hpp 305 silly gunzTarPerm modified mode [ 'src/libsass/contextualize.hpp', 420, 438 ] 306 silly gunzTarPerm extractEntry src/libsass/copy_c_str.cpp 307 silly gunzTarPerm modified mode [ 'src/libsass/copy_c_str.cpp', 420, 438 ] 308 silly gunzTarPerm extractEntry src/libsass/copy_c_str.hpp 309 silly gunzTarPerm modified mode [ 'src/libsass/copy_c_str.hpp', 420, 438 ] 310 silly gunzTarPerm extractEntry src/libsass/debug.hpp 311 silly gunzTarPerm modified mode [ 'src/libsass/debug.hpp', 420, 438 ] 312 silly gunzTarPerm extractEntry src/libsass/environment.hpp 313 silly gunzTarPerm modified mode [ 'src/libsass/environment.hpp', 420, 438 ] 314 silly gunzTarPerm extractEntry src/libsass/error_handling.cpp 315 silly gunzTarPerm modified mode [ 'src/libsass/error_handling.cpp', 420, 438 ] 316 silly gunzTarPerm extractEntry src/libsass/error_handling.hpp 317 silly gunzTarPerm modified mode [ 'src/libsass/error_handling.hpp', 420, 438 ] 318 silly gunzTarPerm extractEntry src/libsass/eval.cpp 319 silly gunzTarPerm modified mode [ 'src/libsass/eval.cpp', 420, 438 ] 320 silly gunzTarPerm extractEntry src/libsass/eval.hpp 321 silly gunzTarPerm modified mode [ 'src/libsass/eval.hpp', 420, 438 ] 322 silly gunzTarPerm extractEntry src/libsass/expand.cpp 323 silly gunzTarPerm modified mode [ 'src/libsass/expand.cpp', 420, 438 ] 324 silly gunzTarPerm extractEntry src/libsass/expand.hpp 325 silly gunzTarPerm modified mode [ 'src/libsass/expand.hpp', 420, 438 ] 326 silly gunzTarPerm extractEntry src/libsass/extconf.rb 327 silly gunzTarPerm modified mode [ 'src/libsass/extconf.rb', 420, 438 ] 328 silly gunzTarPerm extractEntry src/libsass/extend.cpp 329 silly gunzTarPerm modified mode [ 'src/libsass/extend.cpp', 420, 438 ] 330 silly gunzTarPerm extractEntry src/libsass/extend.hpp 331 silly gunzTarPerm modified mode [ 'src/libsass/extend.hpp', 420, 438 ] 332 silly gunzTarPerm extractEntry src/libsass/file.cpp 333 silly gunzTarPerm modified mode [ 'src/libsass/file.cpp', 420, 438 ] 334 silly gunzTarPerm extractEntry src/libsass/file.hpp 335 silly gunzTarPerm modified mode [ 'src/libsass/file.hpp', 420, 438 ] 336 silly gunzTarPerm extractEntry src/libsass/functions.cpp 337 silly gunzTarPerm modified mode [ 'src/libsass/functions.cpp', 420, 438 ] 338 silly gunzTarPerm extractEntry src/libsass/functions.hpp 339 silly gunzTarPerm modified mode [ 'src/libsass/functions.hpp', 420, 438 ] 340 silly gunzTarPerm extractEntry src/libsass/inspect.cpp 341 silly gunzTarPerm modified mode [ 'src/libsass/inspect.cpp', 420, 438 ] 342 silly gunzTarPerm extractEntry src/libsass/inspect.hpp 343 silly gunzTarPerm modified mode [ 'src/libsass/inspect.hpp', 420, 438 ] 344 silly gunzTarPerm extractEntry src/libsass/json.cpp 345 silly gunzTarPerm modified mode [ 'src/libsass/json.cpp', 420, 438 ] 346 silly gunzTarPerm extractEntry src/libsass/json.hpp 347 silly gunzTarPerm modified mode [ 'src/libsass/json.hpp', 420, 438 ] 348 silly gunzTarPerm extractEntry src/libsass/kwd_arg_macros.hpp 349 silly gunzTarPerm modified mode [ 'src/libsass/kwd_arg_macros.hpp', 420, 438 ] 350 silly gunzTarPerm extractEntry src/libsass/m4/.gitkeep 351 silly gunzTarPerm modified mode [ 'src/libsass/m4/.gitkeep', 420, 438 ] 352 silly gunzTarPerm extractEntry src/libsass/.gitattributes 353 silly gunzTarPerm modified mode [ 'src/libsass/.gitattributes', 420, 438 ] 354 silly gunzTarPerm extractEntry src/libsass/memory_manager.hpp 355 silly gunzTarPerm modified mode [ 'src/libsass/memory_manager.hpp', 420, 438 ] 356 silly gunzTarPerm extractEntry src/libsass/node.cpp 357 silly gunzTarPerm modified mode [ 'src/libsass/node.cpp', 420, 438 ] 358 silly gunzTarPerm extractEntry src/libsass/node.hpp 359 silly gunzTarPerm modified mode [ 'src/libsass/node.hpp', 420, 438 ] 360 silly gunzTarPerm extractEntry src/libsass/operation.hpp 361 silly gunzTarPerm modified mode [ 'src/libsass/operation.hpp', 420, 438 ] 362 silly gunzTarPerm extractEntry src/libsass/output_compressed.cpp 363 silly gunzTarPerm modified mode [ 'src/libsass/output_compressed.cpp', 420, 438 ] 364 silly gunzTarPerm extractEntry src/libsass/output_compressed.hpp 365 silly gunzTarPerm modified mode [ 'src/libsass/output_compressed.hpp', 420, 438 ] 366 silly gunzTarPerm extractEntry src/libsass/output_nested.cpp 367 silly gunzTarPerm modified mode [ 'src/libsass/output_nested.cpp', 420, 438 ] 368 silly gunzTarPerm extractEntry src/libsass/output_nested.hpp 369 silly gunzTarPerm modified mode [ 'src/libsass/output_nested.hpp', 420, 438 ] 370 silly gunzTarPerm extractEntry src/libsass/parser.cpp 371 silly gunzTarPerm modified mode [ 'src/libsass/parser.cpp', 420, 438 ] 372 silly gunzTarPerm extractEntry src/libsass/parser.hpp 373 silly gunzTarPerm modified mode [ 'src/libsass/parser.hpp', 420, 438 ] 374 silly gunzTarPerm extractEntry src/libsass/paths.hpp 375 silly gunzTarPerm modified mode [ 'src/libsass/paths.hpp', 420, 438 ] 376 silly gunzTarPerm extractEntry src/libsass/position.hpp 377 silly gunzTarPerm modified mode [ 'src/libsass/position.hpp', 420, 438 ] 378 silly gunzTarPerm extractEntry src/libsass/posix/getopt.c 379 silly gunzTarPerm modified mode [ 'src/libsass/posix/getopt.c', 420, 438 ] 380 silly gunzTarPerm extractEntry src/libsass/posix/getopt.h 381 silly gunzTarPerm modified mode [ 'src/libsass/posix/getopt.h', 420, 438 ] 382 silly gunzTarPerm extractEntry src/libsass/prelexer.cpp 383 silly gunzTarPerm modified mode [ 'src/libsass/prelexer.cpp', 420, 438 ] 384 silly gunzTarPerm extractEntry src/libsass/prelexer.hpp 385 silly gunzTarPerm modified mode [ 'src/libsass/prelexer.hpp', 420, 438 ] 386 silly gunzTarPerm extractEntry src/libsass/remove_placeholders.cpp 387 silly gunzTarPerm modified mode [ 'src/libsass/remove_placeholders.cpp', 420, 438 ] 388 silly gunzTarPerm extractEntry src/libsass/remove_placeholders.hpp 389 silly gunzTarPerm modified mode [ 'src/libsass/remove_placeholders.hpp', 420, 438 ] 390 silly gunzTarPerm extractEntry src/libsass/res/resource.rc 391 silly gunzTarPerm modified mode [ 'src/libsass/res/resource.rc', 420, 438 ] 392 silly gunzTarPerm extractEntry src/libsass/sass.cpp 393 silly gunzTarPerm modified mode [ 'src/libsass/sass.cpp', 420, 438 ] 394 silly gunzTarPerm extractEntry src/libsass/sass.h 395 silly gunzTarPerm modified mode [ 'src/libsass/sass.h', 420, 438 ] 396 silly gunzTarPerm extractEntry src/libsass/sass2scss.cpp 397 silly gunzTarPerm modified mode [ 'src/libsass/sass2scss.cpp', 420, 438 ] 398 silly gunzTarPerm extractEntry src/libsass/sass2scss.h 399 silly gunzTarPerm modified mode [ 'src/libsass/sass2scss.h', 420, 438 ] 400 silly gunzTarPerm extractEntry src/libsass/sass_context.cpp 401 silly gunzTarPerm modified mode [ 'src/libsass/sass_context.cpp', 420, 438 ] 402 silly gunzTarPerm extractEntry src/libsass/sass_context.h 403 silly gunzTarPerm modified mode [ 'src/libsass/sass_context.h', 420, 438 ] 404 silly gunzTarPerm extractEntry src/libsass/sass_functions.cpp 405 silly gunzTarPerm modified mode [ 'src/libsass/sass_functions.cpp', 420, 438 ] 406 silly gunzTarPerm extractEntry src/libsass/sass_functions.h 407 silly gunzTarPerm modified mode [ 'src/libsass/sass_functions.h', 420, 438 ] 408 silly gunzTarPerm extractEntry src/libsass/sass_interface.cpp 409 silly gunzTarPerm modified mode [ 'src/libsass/sass_interface.cpp', 420, 438 ] 410 silly gunzTarPerm extractEntry src/libsass/sass_interface.h 411 silly gunzTarPerm modified mode [ 'src/libsass/sass_interface.h', 420, 438 ] 412 silly gunzTarPerm extractEntry src/libsass/sass_util.cpp 413 silly gunzTarPerm modified mode [ 'src/libsass/sass_util.cpp', 420, 438 ] 414 silly gunzTarPerm extractEntry src/libsass/sass_util.hpp 415 silly gunzTarPerm modified mode [ 'src/libsass/sass_util.hpp', 420, 438 ] 416 silly gunzTarPerm extractEntry src/libsass/sass_values.cpp 417 silly gunzTarPerm modified mode [ 'src/libsass/sass_values.cpp', 420, 438 ] 418 silly gunzTarPerm extractEntry src/libsass/sass_values.h 419 silly gunzTarPerm modified mode [ 'src/libsass/sass_values.h', 420, 438 ] 420 silly gunzTarPerm extractEntry src/libsass/script/bootstrap 421 silly gunzTarPerm modified mode [ 'src/libsass/script/bootstrap', 493, 511 ] 422 silly gunzTarPerm extractEntry src/libsass/script/branding 423 silly gunzTarPerm modified mode [ 'src/libsass/script/branding', 493, 511 ] 424 silly gunzTarPerm extractEntry src/libsass/script/ci-build-libsass 425 silly gunzTarPerm modified mode [ 'src/libsass/script/ci-build-libsass', 493, 511 ] 426 silly gunzTarPerm extractEntry src/libsass/script/ci-install-compiler 427 silly gunzTarPerm modified mode [ 'src/libsass/script/ci-install-compiler', 493, 511 ] 428 silly gunzTarPerm extractEntry src/libsass/script/ci-install-deps 429 silly gunzTarPerm modified mode [ 'src/libsass/script/ci-install-deps', 493, 511 ] 430 silly gunzTarPerm extractEntry src/libsass/script/ci-report-coverage 431 silly gunzTarPerm modified mode [ 'src/libsass/script/ci-report-coverage', 493, 511 ] 432 silly gunzTarPerm extractEntry src/libsass/script/coveralls-debug 433 silly gunzTarPerm modified mode [ 'src/libsass/script/coveralls-debug', 493, 511 ] 434 silly gunzTarPerm extractEntry src/libsass/script/spec 435 silly gunzTarPerm modified mode [ 'src/libsass/script/spec', 493, 511 ] 436 silly gunzTarPerm extractEntry src/libsass/script/tap-driver 437 silly gunzTarPerm modified mode [ 'src/libsass/script/tap-driver', 493, 511 ] 438 silly gunzTarPerm extractEntry src/libsass/script/tap-runner 439 silly gunzTarPerm modified mode [ 'src/libsass/script/tap-runner', 493, 511 ] 440 silly gunzTarPerm extractEntry src/libsass/source_map.cpp 441 silly gunzTarPerm modified mode [ 'src/libsass/source_map.cpp', 420, 438 ] 442 silly gunzTarPerm extractEntry src/libsass/source_map.hpp 443 silly gunzTarPerm modified mode [ 'src/libsass/source_map.hpp', 420, 438 ] 444 silly gunzTarPerm extractEntry src/libsass/subset_map.hpp 445 silly gunzTarPerm modified mode [ 'src/libsass/subset_map.hpp', 420, 438 ] 446 silly gunzTarPerm extractEntry src/libsass/support/libsass.pc.in 447 silly gunzTarPerm modified mode [ 'src/libsass/support/libsass.pc.in', 420, 438 ] 448 silly gunzTarPerm extractEntry src/libsass/test/test_node.cpp 449 silly gunzTarPerm modified mode [ 'src/libsass/test/test_node.cpp', 420, 438 ] 450 silly gunzTarPerm extractEntry src/libsass/test/test_paths.cpp 451 silly gunzTarPerm modified mode [ 'src/libsass/test/test_paths.cpp', 420, 438 ] 452 silly gunzTarPerm extractEntry src/libsass/test/test_selector_difference.cpp 453 silly gunzTarPerm modified mode [ 'src/libsass/test/test_selector_difference.cpp', 420, 438 ] 454 silly gunzTarPerm extractEntry src/libsass/test/test_specificity.cpp 455 silly gunzTarPerm modified mode [ 'src/libsass/test/test_specificity.cpp', 420, 438 ] 456 silly gunzTarPerm extractEntry src/libsass/test/test_subset_map.cpp 457 silly gunzTarPerm modified mode [ 'src/libsass/test/test_subset_map.cpp', 420, 438 ] 458 silly gunzTarPerm extractEntry src/libsass/test/test_superselector.cpp 459 silly gunzTarPerm modified mode [ 'src/libsass/test/test_superselector.cpp', 420, 438 ] 460 silly gunzTarPerm extractEntry src/libsass/test/test_unification.cpp 461 silly gunzTarPerm modified mode [ 'src/libsass/test/test_unification.cpp', 420, 438 ] 462 silly gunzTarPerm extractEntry src/libsass/test-driver 463 silly gunzTarPerm modified mode [ 'src/libsass/test-driver', 493, 511 ] 464 silly gunzTarPerm extractEntry src/libsass/to_c.cpp 465 silly gunzTarPerm modified mode [ 'src/libsass/to_c.cpp', 420, 438 ] 466 silly gunzTarPerm extractEntry src/libsass/to_c.hpp 467 silly gunzTarPerm modified mode [ 'src/libsass/to_c.hpp', 420, 438 ] 468 silly gunzTarPerm extractEntry src/libsass/to_string.cpp 469 silly gunzTarPerm modified mode [ 'src/libsass/to_string.cpp', 420, 438 ] 470 silly gunzTarPerm extractEntry src/libsass/to_string.hpp 471 silly gunzTarPerm modified mode [ 'src/libsass/to_string.hpp', 420, 438 ] 472 silly gunzTarPerm extractEntry src/libsass/token.hpp 473 silly gunzTarPerm modified mode [ 'src/libsass/token.hpp', 420, 438 ] 474 silly gunzTarPerm extractEntry src/libsass/units.cpp 475 silly gunzTarPerm modified mode [ 'src/libsass/units.cpp', 420, 438 ] 476 silly gunzTarPerm extractEntry src/libsass/units.hpp 477 silly gunzTarPerm modified mode [ 'src/libsass/units.hpp', 420, 438 ] 478 silly gunzTarPerm extractEntry src/libsass/utf8/checked.h 479 silly gunzTarPerm modified mode [ 'src/libsass/utf8/checked.h', 420, 438 ] 480 silly gunzTarPerm extractEntry src/libsass/utf8/core.h 481 silly gunzTarPerm modified mode [ 'src/libsass/utf8/core.h', 420, 438 ] 482 silly gunzTarPerm extractEntry src/libsass/utf8/unchecked.h 483 silly gunzTarPerm modified mode [ 'src/libsass/utf8/unchecked.h', 420, 438 ] 484 silly gunzTarPerm extractEntry src/libsass/utf8.h 485 silly gunzTarPerm modified mode [ 'src/libsass/utf8.h', 420, 438 ] 486 silly gunzTarPerm extractEntry src/libsass/utf8_string.cpp 487 silly gunzTarPerm modified mode [ 'src/libsass/utf8_string.cpp', 420, 438 ] 488 silly gunzTarPerm extractEntry src/libsass/utf8_string.hpp 489 silly gunzTarPerm modified mode [ 'src/libsass/utf8_string.hpp', 420, 438 ] 490 silly gunzTarPerm extractEntry src/libsass/util.cpp 491 silly gunzTarPerm modified mode [ 'src/libsass/util.cpp', 420, 438 ] 492 silly gunzTarPerm extractEntry src/libsass/util.hpp 493 silly gunzTarPerm modified mode [ 'src/libsass/util.hpp', 420, 438 ] 494 silly gunzTarPerm extractEntry src/libsass/win/libsass.filters 495 silly gunzTarPerm modified mode [ 'src/libsass/win/libsass.filters', 420, 438 ] 496 silly gunzTarPerm extractEntry src/libsass/win/libsass.sln 497 silly gunzTarPerm modified mode [ 'src/libsass/win/libsass.sln', 420, 438 ] 498 silly gunzTarPerm extractEntry src/libsass/win/libsass.vcxproj 499 silly gunzTarPerm modified mode [ 'src/libsass/win/libsass.vcxproj', 420, 438 ] 500 silly gunzTarPerm extractEntry src/sass_context_wrapper.cpp 501 silly gunzTarPerm modified mode [ 'src/sass_context_wrapper.cpp', 436, 438 ] 502 silly gunzTarPerm extractEntry src/sass_context_wrapper.h 503 silly gunzTarPerm modified mode [ 'src/sass_context_wrapper.h', 436, 438 ] 504 silly gunzTarPerm extractEntry .gitmodules 505 silly gunzTarPerm modified mode [ '.gitmodules', 420, 438 ] 506 silly gunzTarPerm extractEntry test.sass 507 silly gunzTarPerm modified mode [ 'test.sass', 420, 438 ] 508 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\package.json 509 info preinstall fis-sass@3.1.3 510 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\package.json 511 silly prepareForInstallMany adding chalk@^0.5.1 from fis-sass dependencies 512 silly prepareForInstallMany adding nan@^1.7.0 from fis-sass dependencies 513 silly prepareForInstallMany adding step@0.0.5 from fis-sass dependencies 514 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\package.json 515 silly cache add args [ 'chalk@^0.5.1', null ] 516 verbose cache add spec chalk@^0.5.1 517 silly cache add args [ 'nan@^1.7.0', null ] 518 verbose cache add spec nan@^1.7.0 519 silly cache add parsed spec Result { 519 silly cache add raw: 'chalk@^0.5.1', 519 silly cache add scope: null, 519 silly cache add name: 'chalk', 519 silly cache add rawSpec: '^0.5.1', 519 silly cache add spec: '>=0.5.1 <0.6.0', 519 silly cache add type: 'range' } 520 silly addNamed chalk@>=0.5.1 <0.6.0 521 verbose addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk 522 silly addNameRange { name: 'chalk', range: '>=0.5.1 <0.6.0', hasData: false } 523 silly mapToRegistry name chalk 524 silly mapToRegistry using default registry 525 silly mapToRegistry registry https://registry.npm.taobao.org/ 526 silly mapToRegistry data Result { 526 silly mapToRegistry raw: 'chalk', 526 silly mapToRegistry scope: null, 526 silly mapToRegistry name: 'chalk', 526 silly mapToRegistry rawSpec: '', 526 silly mapToRegistry spec: 'latest', 526 silly mapToRegistry type: 'tag' } 527 silly mapToRegistry uri https://registry.npm.taobao.org/chalk 528 verbose addNameRange registry:https://registry.npm.taobao.org/chalk not in flight; fetching 529 silly cache add parsed spec Result { 529 silly cache add raw: 'nan@^1.7.0', 529 silly cache add scope: null, 529 silly cache add name: 'nan', 529 silly cache add rawSpec: '^1.7.0', 529 silly cache add spec: '>=1.7.0 <2.0.0', 529 silly cache add type: 'range' } 530 silly addNamed nan@>=1.7.0 <2.0.0 531 verbose addNamed ">=1.7.0 <2.0.0" is a valid semver range for nan 532 silly addNameRange { name: 'nan', range: '>=1.7.0 <2.0.0', hasData: false } 533 silly mapToRegistry name nan 534 silly mapToRegistry using default registry 535 silly mapToRegistry registry https://registry.npm.taobao.org/ 536 silly mapToRegistry data Result { 536 silly mapToRegistry raw: 'nan', 536 silly mapToRegistry scope: null, 536 silly mapToRegistry name: 'nan', 536 silly mapToRegistry rawSpec: '', 536 silly mapToRegistry spec: 'latest', 536 silly mapToRegistry type: 'tag' } 537 silly mapToRegistry uri https://registry.npm.taobao.org/nan 538 verbose addNameRange registry:https://registry.npm.taobao.org/nan not in flight; fetching 539 silly cache add args [ 'step@0.0.5', null ] 540 verbose cache add spec step@0.0.5 541 silly cache add parsed spec Result { 541 silly cache add raw: 'step@0.0.5', 541 silly cache add scope: null, 541 silly cache add name: 'step', 541 silly cache add rawSpec: '0.0.5', 541 silly cache add spec: '0.0.5', 541 silly cache add type: 'version' } 542 silly addNamed step@0.0.5 543 verbose addNamed "0.0.5" is a plain semver version for step 544 silly mapToRegistry name step 545 silly mapToRegistry using default registry 546 silly mapToRegistry registry https://registry.npm.taobao.org/ 547 silly mapToRegistry data Result { 547 silly mapToRegistry raw: 'step', 547 silly mapToRegistry scope: null, 547 silly mapToRegistry name: 'step', 547 silly mapToRegistry rawSpec: '', 547 silly mapToRegistry spec: 'latest', 547 silly mapToRegistry type: 'tag' } 548 silly mapToRegistry uri https://registry.npm.taobao.org/step 549 verbose addNameVersion registry:https://registry.npm.taobao.org/step not in flight; fetching 550 verbose request uri https://registry.npm.taobao.org/chalk 551 verbose request no auth needed 552 info attempt registry request try #1 at 11:17:50 553 verbose etag "8638-jOVhTdLH60zVxenAn2nezA" 554 http request GET https://registry.npm.taobao.org/chalk 555 verbose request uri https://registry.npm.taobao.org/nan 556 verbose request no auth needed 557 info attempt registry request try #1 at 11:17:50 558 verbose etag "1eaff-rc78i/WOASRTCX214giDvg" 559 http request GET https://registry.npm.taobao.org/nan 560 verbose request uri https://registry.npm.taobao.org/step 561 verbose request no auth needed 562 info attempt registry request try #1 at 11:17:50 563 verbose etag "1eeb-Cbdqv1LfQ1rvmFT2NwV8dg" 564 http request GET https://registry.npm.taobao.org/step 565 http 304 https://registry.npm.taobao.org/chalk 566 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 566 verbose headers connection: 'keep-alive', 566 verbose headers 'x-current-requests': '1', 566 verbose headers etag: '"8638-jOVhTdLH60zVxenAn2nezA"', 566 verbose headers 'x-readtime': '58' } 567 silly get cb [ 304, 567 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 567 silly get connection: 'keep-alive', 567 silly get 'x-current-requests': '1', 567 silly get etag: '"8638-jOVhTdLH60zVxenAn2nezA"', 567 silly get 'x-readtime': '58' } ] 568 verbose etag https://registry.npm.taobao.org/chalk from cache 569 verbose get saving chalk to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\chalk.cache.json 570 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 571 silly addNameRange number 2 { name: 'chalk', range: '>=0.5.1 <0.6.0', hasData: true } 572 silly addNameRange versions [ 'chalk', 572 silly addNameRange [ '1.1.3', 572 silly addNameRange '1.1.2', 572 silly addNameRange '1.1.1', 572 silly addNameRange '1.1.0', 572 silly addNameRange '1.0.0', 572 silly addNameRange '0.5.1', 572 silly addNameRange '0.5.0', 572 silly addNameRange '0.4.0', 572 silly addNameRange '0.3.0', 572 silly addNameRange '0.2.1', 572 silly addNameRange '0.2.0', 572 silly addNameRange '0.1.1', 572 silly addNameRange '0.1.0' ] ] 573 silly addNamed chalk@0.5.1 574 verbose addNamed "0.5.1" is a plain semver version for chalk 575 silly cache afterAdd chalk@0.5.1 576 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json not in flight; writing 577 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 578 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json written 579 http 304 https://registry.npm.taobao.org/step 580 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 580 verbose headers connection: 'keep-alive', 580 verbose headers 'x-current-requests': '1', 580 verbose headers etag: '"1eeb-Cbdqv1LfQ1rvmFT2NwV8dg"', 580 verbose headers 'x-readtime': '11' } 581 silly get cb [ 304, 581 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 581 silly get connection: 'keep-alive', 581 silly get 'x-current-requests': '1', 581 silly get etag: '"1eeb-Cbdqv1LfQ1rvmFT2NwV8dg"', 581 silly get 'x-readtime': '11' } ] 582 verbose etag https://registry.npm.taobao.org/step from cache 583 verbose get saving step to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\step.cache.json 584 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 585 silly cache afterAdd step@0.0.5 586 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\step\0.0.5\package\package.json not in flight; writing 587 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 588 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\step\0.0.5\package\package.json written 589 http 304 https://registry.npm.taobao.org/nan 590 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 590 verbose headers connection: 'keep-alive', 590 verbose headers 'x-current-requests': '1', 590 verbose headers etag: '"1eaff-rc78i/WOASRTCX214giDvg"', 590 verbose headers 'x-readtime': '140' } 591 silly get cb [ 304, 591 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 591 silly get connection: 'keep-alive', 591 silly get 'x-current-requests': '1', 591 silly get etag: '"1eaff-rc78i/WOASRTCX214giDvg"', 591 silly get 'x-readtime': '140' } ] 592 verbose etag https://registry.npm.taobao.org/nan from cache 593 verbose get saving nan to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\nan.cache.json 594 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 595 silly addNameRange number 2 { name: 'nan', range: '>=1.7.0 <2.0.0', hasData: true } 596 silly addNameRange versions [ 'nan', 596 silly addNameRange [ '2.4.0', 596 silly addNameRange '2.3.5', 596 silly addNameRange '2.3.4', 596 silly addNameRange '2.3.3', 596 silly addNameRange '2.3.2', 596 silly addNameRange '2.3.1', 596 silly addNameRange '2.3.0', 596 silly addNameRange '2.2.1', 596 silly addNameRange '2.2.0', 596 silly addNameRange '2.1.0', 596 silly addNameRange '2.0.9', 596 silly addNameRange '2.0.8', 596 silly addNameRange '2.0.7', 596 silly addNameRange '2.0.6', 596 silly addNameRange '2.0.5', 596 silly addNameRange '2.0.4', 596 silly addNameRange '2.0.3', 596 silly addNameRange '2.0.2', 596 silly addNameRange '2.0.1', 596 silly addNameRange '2.0.0', 596 silly addNameRange '1.9.0', 596 silly addNameRange '1.8.4', 596 silly addNameRange '1.8.3', 596 silly addNameRange '1.8.2', 596 silly addNameRange '1.8.1', 596 silly addNameRange '1.8.0', 596 silly addNameRange '1.7.0', 596 silly addNameRange '1.6.2', 596 silly addNameRange '1.6.1', 596 silly addNameRange '1.5.3', 596 silly addNameRange '1.6.0', 596 silly addNameRange '1.5.2', 596 silly addNameRange '1.5.1', 596 silly addNameRange '1.4.3', 596 silly addNameRange '1.4.2', 596 silly addNameRange '1.5.0', 596 silly addNameRange '1.4.1', 596 silly addNameRange '1.4.0', 596 silly addNameRange '1.3.0', 596 silly addNameRange '1.2.0', 596 silly addNameRange '1.1.2', 596 silly addNameRange '1.1.1', 596 silly addNameRange '1.1.0', 596 silly addNameRange '1.0.0', 596 silly addNameRange '0.8.0', 596 silly addNameRange '0.7.1', 596 silly addNameRange '0.7.0', 596 silly addNameRange '0.6.0', 596 silly addNameRange '0.5.2', 596 silly addNameRange '0.5.1', 596 silly addNameRange '0.5.0', 596 silly addNameRange '0.4.4', 596 silly addNameRange '0.4.3', 596 silly addNameRange '0.4.2', 596 silly addNameRange '0.4.1', 596 silly addNameRange '0.4.0', 596 silly addNameRange '0.3.2', 596 silly addNameRange '0.3.1', 596 silly addNameRange '0.3.0', 596 silly addNameRange '0.3.0-wip2', 596 silly addNameRange '0.3.0-wip' ] ] 597 silly addNamed nan@1.9.0 598 verbose addNamed "1.9.0" is a plain semver version for nan 599 silly cache afterAdd nan@1.9.0 600 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\nan\1.9.0\package\package.json not in flight; writing 601 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 602 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\nan\1.9.0\package\package.json written 603 silly install resolved [ { name: 'chalk', 603 silly install resolved version: '0.5.1', 603 silly install resolved description: 'Terminal string styling done right. Created because the colors module does some really horrible things.', 603 silly install resolved license: 'MIT', 603 silly install resolved repository: { type: 'git', url: 'git://github.com/sindresorhus/chalk.git' }, 603 silly install resolved maintainers: [ [Object], [Object] ], 603 silly install resolved engines: { node: '>=0.10.0' }, 603 silly install resolved scripts: { test: 'mocha', bench: 'matcha benchmark.js' }, 603 silly install resolved files: [ 'index.js' ], 603 silly install resolved keywords: 603 silly install resolved [ 'color', 603 silly install resolved 'colour', 603 silly install resolved 'colors', 603 silly install resolved 'terminal', 603 silly install resolved 'console', 603 silly install resolved 'cli', 603 silly install resolved 'string', 603 silly install resolved 'ansi', 603 silly install resolved 'styles', 603 silly install resolved 'tty', 603 silly install resolved 'formatting', 603 silly install resolved 'rgb', 603 silly install resolved '256', 603 silly install resolved 'shell', 603 silly install resolved 'xterm', 603 silly install resolved 'log', 603 silly install resolved 'logging', 603 silly install resolved 'command-line', 603 silly install resolved 'text' ], 603 silly install resolved dependencies: 603 silly install resolved { 'ansi-styles': '^1.1.0', 603 silly install resolved 'escape-string-regexp': '^1.0.0', 603 silly install resolved 'has-ansi': '^0.1.0', 603 silly install resolved 'strip-ansi': '^0.3.0', 603 silly install resolved 'supports-color': '^0.2.0' }, 603 silly install resolved devDependencies: { matcha: '^0.5.0', mocha: '_' }, 603 silly install resolved gitHead: '994758f01293f1fdcf63282e9917cb9f2cfbdaac', 603 silly install resolved bugs: { url: 'https://github.com/sindresorhus/chalk/issues' }, 603 silly install resolved homepage: 'https://github.com/sindresorhus/chalk', 603 silly install resolved _id: 'chalk@0.5.1', 603 silly install resolved _shasum: '663b3a648b68b55d04690d49167aa837858f2174', 603 silly install resolved _from: 'chalk@>=0.5.1 <0.6.0', 603 silly install resolved _npmVersion: '1.4.14', 603 silly install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' }, 603 silly install resolved dist: 603 silly install resolved { shasum: '663b3a648b68b55d04690d49167aa837858f2174', 603 silly install resolved tarball: 'https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz' }, 603 silly install resolved directories: {}, 603 silly install resolved _resolved: 'https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz', 603 silly install resolved readme: 'ERROR: No README data found!' }, 603 silly install resolved { name: 'step', 603 silly install resolved version: '0.0.5', 603 silly install resolved description: 'A simple control-flow library for node.JS that makes parallel execution, serial execution, and error handling painless.', 603 silly install resolved engine: [ 'node >=0.2.0' ], 603 silly install resolved author: { name: 'Tim Caswell', email: 'tim@creationix.com' }, 603 silly install resolved repository: { type: 'git', url: 'git://github.com/creationix/step.git' }, 603 silly install resolved main: 'lib/step', 603 silly install resolved _npmUser: { name: 'creationix', email: 'tim@creationix.com' }, 603 silly install resolved id: 'step@0.0.5', 603 silly install resolved dependencies: {}, 603 silly install resolved devDependencies: {}, 603 silly install resolved engines: { node: '' }, 603 silly install resolved _engineSupported: true, 603 silly install resolved _npmVersion: '1.0.99', 603 silly install resolved _nodeVersion: 'v0.4.12', 603 silly install resolved _defaultsLoaded: true, 603 silly install resolved dist: 603 silly install resolved { shasum: '5e662f15f9ba2ece9c3a9b0e2553d1986b6ba44c', 603 silly install resolved size: 5010, 603 silly install resolved noattachment: false, 603 silly install resolved tarball: 'http://registry.npm.taobao.org/step/download/step-0.0.5.tgz' }, 603 silly install resolved maintainers: [ [Object] ], 603 silly install resolved directories: {}, 603 silly install resolved publish_time: 1319734249100, 603 silly install resolved _cnpm_publish_time: 1319734249100, 603 silly install resolved _shasum: '5e662f15f9ba2ece9c3a9b0e2553d1986b6ba44c', 603 silly install resolved _resolved: 'https://registry.npm.taobao.org/step/download/step-0.0.5.tgz', 603 silly install resolved _from: 'step@0.0.5', 603 silly install resolved bugs: { url: 'https://github.com/creationix/step/issues' }, 603 silly install resolved readme: 'ERROR: No README data found!', 603 silly install resolved homepage: 'https://github.com/creationix/step#readme' }, 603 silly install resolved { name: 'nan', 603 silly install resolved version: '1.9.0', 603 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility', 603 silly install resolved main: 'includedirs.js', 603 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' }, 603 silly install resolved scripts: 603 silly install resolved { test: 'tap --gc test/js/-test.js', 603 silly install resolved 'rebuild-tests': 'pangyp rebuild --msvs_version=2013 --directory test' }, 603 silly install resolved contributors: 603 silly install resolved [ [Object], 603 silly install resolved [Object], 603 silly install resolved [Object], 603 silly install resolved [Object], 603 silly install resolved [Object], 603 silly install resolved [Object], 603 silly install resolved [Object] ], 603 silly install resolved devDependencies: 603 silly install resolved { bindings: '~1.2.1', 603 silly install resolved 'node-gyp': '~2.0.2', 603 silly install resolved pangyp: '~2.2.0', 603 silly install resolved tap: '~0.7.1', 603 silly install resolved xtend: '~4.0.0' }, 603 silly install resolved license: 'MIT', 603 silly install resolved gitHead: '399b3a54ada39a7cf7a11978ea727eae3686666e', 603 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' }, 603 silly install resolved homepage: 'https://github.com/nodejs/nan#readme', 603 silly install resolved _id: 'nan@1.9.0', 603 silly install resolved _shasum: '1a9cd2755609766f5c291e4194fce39fde286515', 603 silly install resolved _from: 'nan@>=1.7.0 <2.0.0', 603 silly install resolved _npmVersion: '2.13.3', 603 silly install resolved _nodeVersion: '0.12.2', 603 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' }, 603 silly install resolved maintainers: [ [Object], [Object] ], 603 silly install resolved dist: 603 silly install resolved { shasum: '1a9cd2755609766f5c291e4194fce39fde286515', 603 silly install resolved tarball: 'https://registry.npmjs.org/nan/-/nan-1.9.0.tgz' }, 603 silly install resolved directories: {}, 603 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-1.9.0.tgz', 603 silly install resolved readme: 'ERROR: No README data found!' } ] 604 info install chalk@0.5.1 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 605 info install step@0.0.5 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 606 info install nan@1.9.0 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 607 info installOne chalk@0.5.1 608 verbose installOne of chalk to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass not in flight; installing 609 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 610 info installOne step@0.0.5 611 verbose installOne of step to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass not in flight; installing 612 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 613 info installOne nan@1.9.0 614 verbose installOne of nan to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass not in flight; installing 615 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 616 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\chalk-46a183c74d92f9fb.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 617 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\step-e011e4c5077818a5.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 618 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\nan-db09f5cf12d2728f.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 619 silly install write writing chalk 0.5.1 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 620 silly install write writing step 0.0.5 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 621 silly install write writing nan 1.9.0 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 622 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 623 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 624 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 625 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 626 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 627 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 628 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 629 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\step\0.0.5\package.tgz 630 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 631 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step is being purged 632 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 633 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\chalk\0.5.1\package.tgz 634 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 635 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk is being purged 636 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 637 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 638 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 639 silly gunzTarPerm modes [ '777', '666' ] 640 silly gunzTarPerm modes [ '777', '666' ] 641 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\nan\1.9.0\package.tgz 642 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 643 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan is being purged 644 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 645 silly gunzTarPerm modes [ '777', '666' ] 646 silly gunzTarPerm extractEntry package.json 647 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 648 silly gunzTarPerm extractEntry package.json 649 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 650 silly gunzTarPerm extractEntry package.json 651 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ] 652 silly gunzTarPerm extractEntry README.markdown 653 silly gunzTarPerm modified mode [ 'README.markdown', 420, 438 ] 654 silly gunzTarPerm extractEntry lib/step.js 655 silly gunzTarPerm modified mode [ 'lib/step.js', 493, 511 ] 656 silly gunzTarPerm extractEntry index.js 657 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 658 silly gunzTarPerm extractEntry readme.md 659 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 660 silly gunzTarPerm extractEntry README.md 661 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ] 662 silly gunzTarPerm extractEntry include_dirs.js 663 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ] 664 silly gunzTarPerm extractEntry test/helper.js 665 silly gunzTarPerm modified mode [ 'test/helper.js', 420, 438 ] 666 silly gunzTarPerm extractEntry test/fnTest.js 667 silly gunzTarPerm modified mode [ 'test/fnTest.js', 420, 438 ] 668 silly gunzTarPerm extractEntry LICENSE.md 669 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ] 670 silly gunzTarPerm extractEntry .dntrc 671 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ] 672 silly gunzTarPerm extractEntry appveyor.yml 673 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ] 674 silly gunzTarPerm extractEntry nan.h 675 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ] 676 silly gunzTarPerm extractEntry nan_implementation_12_inl.h 677 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ] 678 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h 679 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ] 680 silly gunzTarPerm extractEntry test/callbackTest.js 681 silly gunzTarPerm modified mode [ 'test/callbackTest.js', 420, 438 ] 682 silly gunzTarPerm extractEntry test/groupTest.js 683 silly gunzTarPerm modified mode [ 'test/groupTest.js', 420, 438 ] 684 silly gunzTarPerm extractEntry nan_new.h 685 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ] 686 silly gunzTarPerm extractEntry nan_string_bytes.h 687 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ] 688 silly gunzTarPerm extractEntry test/parallelTest.js 689 silly gunzTarPerm modified mode [ 'test/parallelTest.js', 420, 438 ] 690 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\package.json 691 silly gunzTarPerm extractEntry CHANGELOG.md 692 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ] 693 silly gunzTarPerm extractEntry tools/node_modules/commander/package.json 694 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/package.json', 436, 438 ] 695 info preinstall chalk@0.5.1 696 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\package.json 697 silly gunzTarPerm extractEntry test/errorTest.js 698 silly gunzTarPerm modified mode [ 'test/errorTest.js', 420, 438 ] 699 silly prepareForInstallMany adding ansi-styles@^1.1.0 from chalk dependencies 700 silly prepareForInstallMany adding escape-string-regexp@^1.0.0 from chalk dependencies 701 silly prepareForInstallMany adding has-ansi@^0.1.0 from chalk dependencies 702 silly prepareForInstallMany adding strip-ansi@^0.3.0 from chalk dependencies 703 silly prepareForInstallMany adding supports-color@^0.2.0 from chalk dependencies 704 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\package.json 705 silly gunzTarPerm extractEntry tools/node_modules/commander/LICENSE 706 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/LICENSE', 436, 438 ] 707 silly gunzTarPerm extractEntry tools/node_modules/commander/index.js 708 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/index.js', 436, 438 ] 709 silly cache add args [ 'ansi-styles@^1.1.0', null ] 710 verbose cache add spec ansi-styles@^1.1.0 711 silly cache add args [ 'escape-string-regexp@^1.0.0', null ] 712 verbose cache add spec escape-string-regexp@^1.0.0 713 silly cache add parsed spec Result { 713 silly cache add raw: 'ansi-styles@^1.1.0', 713 silly cache add scope: null, 713 silly cache add name: 'ansi-styles', 713 silly cache add rawSpec: '^1.1.0', 713 silly cache add spec: '>=1.1.0 <2.0.0', 713 silly cache add type: 'range' } 714 silly addNamed ansi-styles@>=1.1.0 <2.0.0 715 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles 716 silly addNameRange { name: 'ansi-styles', range: '>=1.1.0 <2.0.0', hasData: false } 717 silly mapToRegistry name ansi-styles 718 silly mapToRegistry using default registry 719 silly mapToRegistry registry https://registry.npm.taobao.org/ 720 silly mapToRegistry data Result { 720 silly mapToRegistry raw: 'ansi-styles', 720 silly mapToRegistry scope: null, 720 silly mapToRegistry name: 'ansi-styles', 720 silly mapToRegistry rawSpec: '', 720 silly mapToRegistry spec: 'latest', 720 silly mapToRegistry type: 'tag' } 721 silly mapToRegistry uri https://registry.npm.taobao.org/ansi-styles 722 verbose addNameRange registry:https://registry.npm.taobao.org/ansi-styles not in flight; fetching 723 silly cache add parsed spec Result { 723 silly cache add raw: 'escape-string-regexp@^1.0.0', 723 silly cache add scope: null, 723 silly cache add name: 'escape-string-regexp', 723 silly cache add rawSpec: '^1.0.0', 723 silly cache add spec: '>=1.0.0 <2.0.0', 723 silly cache add type: 'range' } 724 silly addNamed escape-string-regexp@>=1.0.0 <2.0.0 725 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for escape-string-regexp 726 silly addNameRange { name: 'escape-string-regexp', 726 silly addNameRange range: '>=1.0.0 <2.0.0', 726 silly addNameRange hasData: false } 727 silly mapToRegistry name escape-string-regexp 728 silly mapToRegistry using default registry 729 silly mapToRegistry registry https://registry.npm.taobao.org/ 730 silly mapToRegistry data Result { 730 silly mapToRegistry raw: 'escape-string-regexp', 730 silly mapToRegistry scope: null, 730 silly mapToRegistry name: 'escape-string-regexp', 730 silly mapToRegistry rawSpec: '', 730 silly mapToRegistry spec: 'latest', 730 silly mapToRegistry type: 'tag' } 731 silly mapToRegistry uri https://registry.npm.taobao.org/escape-string-regexp 732 verbose addNameRange registry:https://registry.npm.taobao.org/escape-string-regexp not in flight; fetching 733 silly cache add args [ 'has-ansi@^0.1.0', null ] 734 verbose cache add spec has-ansi@^0.1.0 735 silly cache add parsed spec Result { 735 silly cache add raw: 'has-ansi@^0.1.0', 735 silly cache add scope: null, 735 silly cache add name: 'has-ansi', 735 silly cache add rawSpec: '^0.1.0', 735 silly cache add spec: '>=0.1.0 <0.2.0', 735 silly cache add type: 'range' } 736 silly addNamed has-ansi@>=0.1.0 <0.2.0 737 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi 738 silly addNameRange { name: 'has-ansi', range: '>=0.1.0 <0.2.0', hasData: false } 739 silly mapToRegistry name has-ansi 740 silly mapToRegistry using default registry 741 silly mapToRegistry registry https://registry.npm.taobao.org/ 742 silly mapToRegistry data Result { 742 silly mapToRegistry raw: 'has-ansi', 742 silly mapToRegistry scope: null, 742 silly mapToRegistry name: 'has-ansi', 742 silly mapToRegistry rawSpec: '', 742 silly mapToRegistry spec: 'latest', 742 silly mapToRegistry type: 'tag' } 743 silly mapToRegistry uri https://registry.npm.taobao.org/has-ansi 744 verbose addNameRange registry:https://registry.npm.taobao.org/has-ansi not in flight; fetching 745 silly cache add args [ 'strip-ansi@^0.3.0', null ] 746 verbose cache add spec strip-ansi@^0.3.0 747 silly cache add parsed spec Result { 747 silly cache add raw: 'strip-ansi@^0.3.0', 747 silly cache add scope: null, 747 silly cache add name: 'strip-ansi', 747 silly cache add rawSpec: '^0.3.0', 747 silly cache add spec: '>=0.3.0 <0.4.0', 747 silly cache add type: 'range' } 748 silly addNamed strip-ansi@>=0.3.0 <0.4.0 749 verbose addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi 750 silly addNameRange { name: 'strip-ansi', range: '>=0.3.0 <0.4.0', hasData: false } 751 silly mapToRegistry name strip-ansi 752 silly mapToRegistry using default registry 753 silly mapToRegistry registry https://registry.npm.taobao.org/ 754 silly mapToRegistry data Result { 754 silly mapToRegistry raw: 'strip-ansi', 754 silly mapToRegistry scope: null, 754 silly mapToRegistry name: 'strip-ansi', 754 silly mapToRegistry rawSpec: '', 754 silly mapToRegistry spec: 'latest', 754 silly mapToRegistry type: 'tag' } 755 silly mapToRegistry uri https://registry.npm.taobao.org/strip-ansi 756 verbose addNameRange registry:https://registry.npm.taobao.org/strip-ansi not in flight; fetching 757 silly cache add args [ 'supports-color@^0.2.0', null ] 758 verbose cache add spec supports-color@^0.2.0 759 silly cache add parsed spec Result { 759 silly cache add raw: 'supports-color@^0.2.0', 759 silly cache add scope: null, 759 silly cache add name: 'supports-color', 759 silly cache add rawSpec: '^0.2.0', 759 silly cache add spec: '>=0.2.0 <0.3.0', 759 silly cache add type: 'range' } 760 silly addNamed supports-color@>=0.2.0 <0.3.0 761 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color 762 silly addNameRange { name: 'supports-color', 762 silly addNameRange range: '>=0.2.0 <0.3.0', 762 silly addNameRange hasData: false } 763 silly mapToRegistry name supports-color 764 silly mapToRegistry using default registry 765 silly mapToRegistry registry https://registry.npm.taobao.org/ 766 silly mapToRegistry data Result { 766 silly mapToRegistry raw: 'supports-color', 766 silly mapToRegistry scope: null, 766 silly mapToRegistry name: 'supports-color', 766 silly mapToRegistry rawSpec: '', 766 silly mapToRegistry spec: 'latest', 766 silly mapToRegistry type: 'tag' } 767 silly mapToRegistry uri https://registry.npm.taobao.org/supports-color 768 verbose addNameRange registry:https://registry.npm.taobao.org/supports-color not in flight; fetching 769 verbose request uri https://registry.npm.taobao.org/ansi-styles 770 verbose request no auth needed 771 info attempt registry request try #1 at 11:17:51 772 verbose etag "3e90-tfVbTzG+Gq9NkBcOpyQ2aA" 773 http request GET https://registry.npm.taobao.org/ansi-styles 774 verbose request uri https://registry.npm.taobao.org/escape-string-regexp 775 verbose request no auth needed 776 info attempt registry request try #1 at 11:17:51 777 verbose etag "24ab-CPgPItOzZrsM53Krql0pFA" 778 http request GET https://registry.npm.taobao.org/escape-string-regexp 779 verbose request uri https://registry.npm.taobao.org/has-ansi 780 verbose request no auth needed 781 info attempt registry request try #1 at 11:17:51 782 verbose etag "287c-SRZ4OB05raDjni/42pDLKA" 783 http request GET https://registry.npm.taobao.org/has-ansi 784 verbose request uri https://registry.npm.taobao.org/strip-ansi 785 verbose request no auth needed 786 info attempt registry request try #1 at 11:17:51 787 verbose etag "429d-o19FbFDfuEcztfsQky10dQ" 788 http request GET https://registry.npm.taobao.org/strip-ansi 789 verbose request uri https://registry.npm.taobao.org/supports-color 790 verbose request no auth needed 791 info attempt registry request try #1 at 11:17:51 792 verbose etag "53cd-+WsluTzLuR8Nn6V/MImfvw" 793 http request GET https://registry.npm.taobao.org/supports-color 794 silly gunzTarPerm extractEntry tools/node_modules/commander/History.md 795 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/History.md', 436, 438 ] 796 silly gunzTarPerm extractEntry tools/node_modules/commander/Readme.md 797 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/Readme.md', 436, 438 ] 798 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/package.json 799 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/package.json', 799 silly gunzTarPerm 436, 799 silly gunzTarPerm 438 ] 800 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/.npmignore 801 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/.npmignore', 801 silly gunzTarPerm 436, 801 silly gunzTarPerm 438 ] 802 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/README.md 803 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/README.md', 803 silly gunzTarPerm 436, 803 silly gunzTarPerm 438 ] 804 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/LICENSE 805 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/LICENSE', 805 silly gunzTarPerm 436, 805 silly gunzTarPerm 438 ] 806 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/index.js 807 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/index.js', 807 silly gunzTarPerm 436, 807 silly gunzTarPerm 438 ] 808 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/.travis.yml 809 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/.travis.yml', 809 silly gunzTarPerm 436, 809 silly gunzTarPerm 438 ] 810 silly gunzTarPerm extractEntry tools/node_modules/glob/package.json 811 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/package.json', 436, 438 ] 812 silly gunzTarPerm extractEntry tools/node_modules/glob/README.md 813 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/README.md', 436, 438 ] 814 silly gunzTarPerm extractEntry tools/node_modules/glob/LICENSE 815 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/LICENSE', 436, 438 ] 816 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step\package.json 817 silly gunzTarPerm extractEntry tools/node_modules/glob/common.js 818 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/common.js', 436, 438 ] 819 silly gunzTarPerm extractEntry tools/node_modules/glob/glob.js 820 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/glob.js', 436, 438 ] 821 info preinstall step@0.0.5 822 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step\package.json 823 silly gunzTarPerm extractEntry tools/node_modules/glob/sync.js 824 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/sync.js', 436, 438 ] 825 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/package.json 826 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/package.json', 826 silly gunzTarPerm 436, 826 silly gunzTarPerm 438 ] 827 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step\package.json 828 silly install resolved [] 829 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 830 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 831 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/README.md 832 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/README.md', 832 silly gunzTarPerm 436, 832 silly gunzTarPerm 438 ] 833 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/LICENSE 834 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/LICENSE', 834 silly gunzTarPerm 436, 834 silly gunzTarPerm 438 ] 835 info linkStuff step@0.0.5 836 silly linkStuff step@0.0.5 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules as its parent node_modules 837 silly linkStuff step@0.0.5 is part of a global install 838 silly linkStuff step@0.0.5 is installed into a global node_modules 839 verbose linkBins step@0.0.5 840 verbose linkMans step@0.0.5 841 verbose rebuildBundles step@0.0.5 842 info install step@0.0.5 843 info postinstall step@0.0.5 844 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\step-e011e4c5077818a5.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\step 845 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/inflight.js 846 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/inflight.js', 846 silly gunzTarPerm 436, 846 silly gunzTarPerm 438 ] 847 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/test.js 848 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/test.js', 848 silly gunzTarPerm 436, 848 silly gunzTarPerm 438 ] 849 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/.eslintrc 850 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/.eslintrc', 850 silly gunzTarPerm 436, 850 silly gunzTarPerm 438 ] 851 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json 852 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json', 852 silly gunzTarPerm 436, 852 silly gunzTarPerm 438 ] 853 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md 854 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md', 854 silly gunzTarPerm 436, 854 silly gunzTarPerm 438 ] 855 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE 856 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE', 856 silly gunzTarPerm 436, 856 silly gunzTarPerm 438 ] 857 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js 858 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js', 858 silly gunzTarPerm 436, 858 silly gunzTarPerm 438 ] 859 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js 860 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js', 860 silly gunzTarPerm 436, 860 silly gunzTarPerm 438 ] 861 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/package.json 862 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/package.json', 862 silly gunzTarPerm 436, 862 silly gunzTarPerm 438 ] 863 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/README.md 864 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/README.md', 864 silly gunzTarPerm 436, 864 silly gunzTarPerm 438 ] 865 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/LICENSE 866 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/LICENSE', 866 silly gunzTarPerm 436, 866 silly gunzTarPerm 438 ] 867 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/inherits.js 868 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/inherits.js', 868 silly gunzTarPerm 436, 868 silly gunzTarPerm 438 ] 869 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/inherits_browser.js 870 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/inherits_browser.js', 870 silly gunzTarPerm 436, 870 silly gunzTarPerm 438 ] 871 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/test.js 872 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/test.js', 872 silly gunzTarPerm 436, 872 silly gunzTarPerm 438 ] 873 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/package.json 874 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/package.json', 874 silly gunzTarPerm 436, 874 silly gunzTarPerm 438 ] 875 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/README.md 876 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/README.md', 876 silly gunzTarPerm 436, 876 silly gunzTarPerm 438 ] 877 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/LICENSE 878 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/LICENSE', 878 silly gunzTarPerm 436, 878 silly gunzTarPerm 438 ] 879 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/browser.js 880 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/browser.js', 880 silly gunzTarPerm 436, 880 silly gunzTarPerm 438 ] 881 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/minimatch.js 882 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/minimatch.js', 882 silly gunzTarPerm 436, 882 silly gunzTarPerm 438 ] 883 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json 884 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json', 884 silly gunzTarPerm 436, 884 silly gunzTarPerm 438 ] 885 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore 886 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore', 886 silly gunzTarPerm 436, 886 silly gunzTarPerm 438 ] 887 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md 888 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md', 888 silly gunzTarPerm 436, 888 silly gunzTarPerm 438 ] 889 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js 890 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js', 890 silly gunzTarPerm 436, 890 silly gunzTarPerm 438 ] 891 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js 892 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js', 892 silly gunzTarPerm 436, 892 silly gunzTarPerm 438 ] 893 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.travis.yml 894 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.travis.yml', 894 silly gunzTarPerm 436, 894 silly gunzTarPerm 438 ] 895 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js 896 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js', 896 silly gunzTarPerm 436, 896 silly gunzTarPerm 438 ] 897 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js 898 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js', 898 silly gunzTarPerm 436, 898 silly gunzTarPerm 438 ] 899 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js 900 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js', 900 silly gunzTarPerm 436, 900 silly gunzTarPerm 438 ] 901 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js 902 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js', 902 silly gunzTarPerm 436, 902 silly gunzTarPerm 438 ] 903 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/pad.js 904 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/pad.js', 904 silly gunzTarPerm 436, 904 silly gunzTarPerm 438 ] 905 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/order.js 906 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/order.js', 906 silly gunzTarPerm 436, 906 silly gunzTarPerm 438 ] 907 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/nested.js 908 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/nested.js', 908 silly gunzTarPerm 436, 908 silly gunzTarPerm 438 ] 909 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js 910 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js', 910 silly gunzTarPerm 436, 910 silly gunzTarPerm 438 ] 911 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js 912 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js', 912 silly gunzTarPerm 436, 912 silly gunzTarPerm 438 ] 913 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt 914 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt', 914 silly gunzTarPerm 436, 914 silly gunzTarPerm 438 ] 915 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh 916 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh', 916 silly gunzTarPerm 436, 916 silly gunzTarPerm 438 ] 917 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt 918 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt', 918 silly gunzTarPerm 436, 918 silly gunzTarPerm 438 ] 919 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 920 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json', 920 silly gunzTarPerm 436, 920 silly gunzTarPerm 438 ] 921 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore 922 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore', 922 silly gunzTarPerm 436, 922 silly gunzTarPerm 438 ] 923 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md 924 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md', 924 silly gunzTarPerm 436, 924 silly gunzTarPerm 438 ] 925 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js 926 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js', 926 silly gunzTarPerm 436, 926 silly gunzTarPerm 438 ] 927 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js 928 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js', 928 silly gunzTarPerm 436, 928 silly gunzTarPerm 438 ] 929 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml 930 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml', 930 silly gunzTarPerm 436, 930 silly gunzTarPerm 438 ] 931 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile 932 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile', 932 silly gunzTarPerm 436, 932 silly gunzTarPerm 438 ] 933 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js 934 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js', 934 silly gunzTarPerm 436, 934 silly gunzTarPerm 438 ] 935 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 936 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json', 936 silly gunzTarPerm 436, 936 silly gunzTarPerm 438 ] 937 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE 938 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE', 938 silly gunzTarPerm 436, 938 silly gunzTarPerm 438 ] 939 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js 940 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js', 940 silly gunzTarPerm 436, 940 silly gunzTarPerm 438 ] 941 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml 942 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml', 942 silly gunzTarPerm 436, 942 silly gunzTarPerm 438 ] 943 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown 944 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown', 944 silly gunzTarPerm 436, 944 silly gunzTarPerm 438 ] 945 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js 946 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js', 946 silly gunzTarPerm 436, 946 silly gunzTarPerm 438 ] 947 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js 948 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js', 948 silly gunzTarPerm 436, 948 silly gunzTarPerm 438 ] 949 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/package.json 950 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/package.json', 950 silly gunzTarPerm 436, 950 silly gunzTarPerm 438 ] 951 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/README.md 952 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/README.md', 952 silly gunzTarPerm 436, 952 silly gunzTarPerm 438 ] 953 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/LICENSE 954 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/LICENSE', 436, 438 ] 955 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/once.js 956 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/once.js', 436, 438 ] 957 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/test/once.js 958 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/test/once.js', 958 silly gunzTarPerm 436, 958 silly gunzTarPerm 438 ] 959 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/package.json 960 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/package.json', 960 silly gunzTarPerm 436, 960 silly gunzTarPerm 438 ] 961 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/README.md 962 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/README.md', 962 silly gunzTarPerm 436, 962 silly gunzTarPerm 438 ] 963 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE 964 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE', 964 silly gunzTarPerm 436, 964 silly gunzTarPerm 438 ] 965 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js 966 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js', 966 silly gunzTarPerm 436, 966 silly gunzTarPerm 438 ] 967 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js 968 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js', 968 silly gunzTarPerm 436, 968 silly gunzTarPerm 438 ] 969 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/package.json 970 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/package.json', 970 silly gunzTarPerm 436, 970 silly gunzTarPerm 438 ] 971 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/index.js 972 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/index.js', 972 silly gunzTarPerm 436, 972 silly gunzTarPerm 438 ] 973 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/license 974 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/license', 974 silly gunzTarPerm 436, 974 silly gunzTarPerm 438 ] 975 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/readme.md 976 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/readme.md', 976 silly gunzTarPerm 436, 976 silly gunzTarPerm 438 ] 977 http 304 https://registry.npm.taobao.org/has-ansi 978 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 978 verbose headers connection: 'keep-alive', 978 verbose headers 'x-current-requests': '1', 978 verbose headers etag: '"287c-SRZ4OB05raDjni/42pDLKA"', 978 verbose headers 'x-readtime': '14' } 979 silly get cb [ 304, 979 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 979 silly get connection: 'keep-alive', 979 silly get 'x-current-requests': '1', 979 silly get etag: '"287c-SRZ4OB05raDjni/42pDLKA"', 979 silly get 'x-readtime': '14' } ] 980 verbose etag https://registry.npm.taobao.org/has-ansi from cache 981 verbose get saving has-ansi to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\has-ansi.cache.json 982 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 983 http 304 https://registry.npm.taobao.org/ansi-styles 984 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 984 verbose headers connection: 'keep-alive', 984 verbose headers 'x-current-requests': '1', 984 verbose headers etag: '"3e90-tfVbTzG+Gq9NkBcOpyQ2aA"', 984 verbose headers 'x-readtime': '13' } 985 silly get cb [ 304, 985 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 985 silly get connection: 'keep-alive', 985 silly get 'x-current-requests': '1', 985 silly get etag: '"3e90-tfVbTzG+Gq9NkBcOpyQ2aA"', 985 silly get 'x-readtime': '13' } ] 986 verbose etag https://registry.npm.taobao.org/ansi-styles from cache 987 verbose get saving ansi-styles to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\ansi-styles.cache.json 988 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 989 http 304 https://registry.npm.taobao.org/escape-string-regexp 990 verbose headers { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 990 verbose headers connection: 'keep-alive', 990 verbose headers 'x-current-requests': '1', 990 verbose headers etag: '"24ab-CPgPItOzZrsM53Krql0pFA"', 990 verbose headers 'x-readtime': '25' } 991 silly get cb [ 304, 991 silly get { date: 'Sat, 20 Aug 2016 03:17:51 GMT', 991 silly get connection: 'keep-alive', 991 silly get 'x-current-requests': '1', 991 silly get etag: '"24ab-CPgPItOzZrsM53Krql0pFA"', 991 silly get 'x-readtime': '25' } ] 992 verbose etag https://registry.npm.taobao.org/escape-string-regexp from cache 993 verbose get saving escape-string-regexp to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\escape-string-regexp.cache.json 994 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 995 silly addNameRange number 2 { name: 'has-ansi', range: '>=0.1.0 <0.2.0', hasData: true } 996 silly addNameRange versions [ 'has-ansi', 996 silly addNameRange [ '2.0.0', '1.0.3', '1.0.2', '1.0.1', '1.0.0', '0.1.0' ] ] 997 silly addNamed has-ansi@0.1.0 998 verbose addNamed "0.1.0" is a plain semver version for has-ansi 999 silly addNameRange number 2 { name: 'ansi-styles', range: '>=1.1.0 <2.0.0', hasData: true } 1000 silly addNameRange versions [ 'ansi-styles', 1000 silly addNameRange [ '2.2.1', 1000 silly addNameRange '2.1.0', 1000 silly addNameRange '2.0.1', 1000 silly addNameRange '2.0.0', 1000 silly addNameRange '1.1.0', 1000 silly addNameRange '1.0.0', 1000 silly addNameRange '0.2.0', 1000 silly addNameRange '0.1.2', 1000 silly addNameRange '0.1.1', 1000 silly addNameRange '0.1.0' ] ] 1001 silly addNamed ansi-styles@1.1.0 1002 verbose addNamed "1.1.0" is a plain semver version for ansi-styles 1003 silly addNameRange number 2 { name: 'escape-string-regexp', 1003 silly addNameRange range: '>=1.0.0 <2.0.0', 1003 silly addNameRange hasData: true } 1004 silly addNameRange versions [ 'escape-string-regexp', 1004 silly addNameRange [ '1.0.5', '1.0.4', '1.0.3', '1.0.2', '1.0.1', '1.0.0' ] ] 1005 silly addNamed escape-string-regexp@1.0.5 1006 verbose addNamed "1.0.5" is a plain semver version for escape-string-regexp 1007 silly cache afterAdd ansi-styles@1.1.0 1008 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json not in flight; writing 1009 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1010 silly cache afterAdd has-ansi@0.1.0 1011 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json not in flight; writing 1012 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1013 silly cache afterAdd escape-string-regexp@1.0.5 1014 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\escape-string-regexp\1.0.5\package\package.json not in flight; writing 1015 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1016 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json written 1017 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json written 1018 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\escape-string-regexp\1.0.5\package\package.json written 1019 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan\package.json 1020 info preinstall nan@1.9.0 1021 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan\package.json 1022 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan\package.json 1023 silly install resolved [] 1024 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 1025 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\nan 1026 info linkStuff nan@1.9.0 1027 silly linkStuff nan@1.9.0 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules as its parent node_modules 1028 silly linkStuff nan@1.9.0 is part of a global install 1029 silly linkStuff nan@1.9.0 is installed into a global node_modules 1030 http 304 https://registry.npm.taobao.org/strip-ansi 1031 verbose headers { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1031 verbose headers connection: 'keep-alive', 1031 verbose headers 'x-current-requests': '1', 1031 verbose headers etag: '"429d-o19FbFDfuEcztfsQky10dQ"', 1031 verbose headers 'x-readtime': '13' } 1032 silly get cb [ 304, 1032 silly get { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1032 silly get connection: 'keep-alive', 1032 silly get 'x-current-requests': '1', 1032 silly get etag: '"429d-o19FbFDfuEcztfsQky10dQ"', 1032 silly get 'x-readtime': '13' } ] 1033 verbose etag https://registry.npm.taobao.org/strip-ansi from cache 1034 verbose get saving strip-ansi to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\strip-ansi.cache.json 1035 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1036 verbose linkBins nan@1.9.0 1037 verbose linkMans nan@1.9.0 1038 verbose rebuildBundles nan@1.9.0 1039 info install nan@1.9.0 1040 info postinstall nan@1.9.0 1041 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\nan-db09f5cf12d2728f.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\nodemodules\nan 1042 silly addNameRange number 2 { name: 'strip-ansi', range: '>=0.3.0 <0.4.0', hasData: true } 1043 silly addNameRange versions [ 'strip-ansi', 1043 silly addNameRange [ '3.0.1', 1043 silly addNameRange '3.0.0', 1043 silly addNameRange '2.0.1', 1043 silly addNameRange '2.0.0', 1043 silly addNameRange '1.0.0', 1043 silly addNameRange '0.3.0', 1043 silly addNameRange '0.2.2', 1043 silly addNameRange '0.2.1', 1043 silly addNameRange '0.2.0', 1043 silly addNameRange '0.1.1', 1043 silly addNameRange '0.1.0' ] ] 1044 silly addNamed strip-ansi@0.3.0 1045 verbose addNamed "0.3.0" is a plain semver version for strip-ansi 1046 silly cache afterAdd strip-ansi@0.3.0 1047 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json not in flight; writing 1048 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1049 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json written 1050 http 304 https://registry.npm.taobao.org/supports-color 1051 verbose headers { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1051 verbose headers connection: 'keep-alive', 1051 verbose headers 'x-current-requests': '1', 1051 verbose headers etag: '"53cd-+WsluTzLuR8Nn6V/MImfvw"', 1051 verbose headers 'x-readtime': '13' } 1052 silly get cb [ 304, 1052 silly get { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1052 silly get connection: 'keep-alive', 1052 silly get 'x-current-requests': '1', 1052 silly get etag: '"53cd-+WsluTzLuR8Nn6V/MImfvw"', 1052 silly get 'x-readtime': '13' } ] 1053 verbose etag https://registry.npm.taobao.org/supports-color from cache 1054 verbose get saving supports-color to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\supports-color.cache.json 1055 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1056 silly addNameRange number 2 { name: 'supports-color', 1056 silly addNameRange range: '>=0.2.0 <0.3.0', 1056 silly addNameRange hasData: true } 1057 silly addNameRange versions [ 'supports-color', 1057 silly addNameRange [ '3.1.2', 1057 silly addNameRange '3.1.1', 1057 silly addNameRange '3.1.0', 1057 silly addNameRange '3.0.1', 1057 silly addNameRange '3.0.0', 1057 silly addNameRange '2.0.0', 1057 silly addNameRange '1.3.1', 1057 silly addNameRange '1.3.0', 1057 silly addNameRange '1.2.1', 1057 silly addNameRange '1.2.0', 1057 silly addNameRange '1.1.0', 1057 silly addNameRange '1.0.0', 1057 silly addNameRange '0.2.0' ] ] 1058 silly addNamed supports-color@0.2.0 1059 verbose addNamed "0.2.0" is a plain semver version for supports-color 1060 silly cache afterAdd supports-color@0.2.0 1061 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json not in flight; writing 1062 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1063 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json written 1064 silly install resolved [ { name: 'ansi-styles', 1064 silly install resolved version: '1.1.0', 1064 silly install resolved description: 'ANSI escape codes for styling strings in the terminal', 1064 silly install resolved license: 'MIT', 1064 silly install resolved repository: 1064 silly install resolved { type: 'git', 1064 silly install resolved url: 'git://github.com/sindresorhus/ansi-styles.git' }, 1064 silly install resolved author: 1064 silly install resolved { name: 'Sindre Sorhus', 1064 silly install resolved email: 'sindresorhus@gmail.com', 1064 silly install resolved url: 'http://sindresorhus.com' }, 1064 silly install resolved engines: { node: '>=0.10.0' }, 1064 silly install resolved scripts: { test: 'mocha' }, 1064 silly install resolved files: [ 'index.js' ], 1064 silly install resolved keywords: 1064 silly install resolved [ 'ansi', 1064 silly install resolved 'styles', 1064 silly install resolved 'color', 1064 silly install resolved 'colour', 1064 silly install resolved 'colors', 1064 silly install resolved 'terminal', 1064 silly install resolved 'console', 1064 silly install resolved 'cli', 1064 silly install resolved 'string', 1064 silly install resolved 'tty', 1064 silly install resolved 'escape', 1064 silly install resolved 'formatting', 1064 silly install resolved 'rgb', 1064 silly install resolved '256', 1064 silly install resolved 'shell', 1064 silly install resolved 'xterm', 1064 silly install resolved 'log', 1064 silly install resolved 'logging', 1064 silly install resolved 'command-line', 1064 silly install resolved 'text' ], 1064 silly install resolved devDependencies: { mocha: '' }, 1064 silly install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-styles/issues' }, 1064 silly install resolved homepage: 'https://github.com/sindresorhus/ansi-styles', 1064 silly install resolved _id: 'ansi-styles@1.1.0', 1064 silly install resolved _shasum: 'eaecbf66cd706882760b2f4691582b8f55d7a7de', 1064 silly install resolved _from: 'ansi-styles@>=1.1.0 <2.0.0', 1064 silly install resolved _npmVersion: '1.4.9', 1064 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1064 silly install resolved maintainers: [ [Object] ], 1064 silly install resolved dist: 1064 silly install resolved { shasum: 'eaecbf66cd706882760b2f4691582b8f55d7a7de', 1064 silly install resolved tarball: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz' }, 1064 silly install resolved directories: {}, 1064 silly install resolved resolved: 'https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz', 1064 silly install resolved readme: 'ERROR: No README data found!' }, 1064 silly install resolved { name: 'has-ansi', 1064 silly install resolved version: '0.1.0', 1064 silly install resolved description: 'Check if a string has ANSI escape codes', 1064 silly install resolved license: 'MIT', 1064 silly install resolved repository: 1064 silly install resolved { type: 'git', 1064 silly install resolved url: 'git://github.com/sindresorhus/has-ansi.git' }, 1064 silly install resolved bin: { 'has-ansi': 'cli.js' }, 1064 silly install resolved author: 1064 silly install resolved { name: 'Sindre Sorhus', 1064 silly install resolved email: 'sindresorhus@gmail.com', 1064 silly install resolved url: 'http://sindresorhus.com' }, 1064 silly install resolved engines: { node: '>=0.10.0' }, 1064 silly install resolved scripts: { test: 'mocha' }, 1064 silly install resolved files: [ 'index.js', 'cli.js' ], 1064 silly install resolved keywords: 1064 silly install resolved [ 'cli', 1064 silly install resolved 'bin', 1064 silly install resolved 'ansi', 1064 silly install resolved 'styles', 1064 silly install resolved 'color', 1064 silly install resolved 'colour', 1064 silly install resolved 'colors', 1064 silly install resolved 'terminal', 1064 silly install resolved 'console', 1064 silly install resolved 'string', 1064 silly install resolved 'tty', 1064 silly install resolved 'escape', 1064 silly install resolved 'shell', 1064 silly install resolved 'xterm', 1064 silly install resolved 'command-line', 1064 silly install resolved 'text', 1064 silly install resolved 'regex', 1064 silly install resolved 'regexp', 1064 silly install resolved 're', 1064 silly install resolved 'match', 1064 silly install resolved 'test', 1064 silly install resolved 'find', 1064 silly install resolved 'pattern', 1064 silly install resolved 'has' ], 1064 silly install resolved dependencies: { 'ansi-regex': '^0.2.0' }, 1064 silly install resolved devDependencies: { mocha: '' }, 1064 silly install resolved bugs: { url: 'https://github.com/sindresorhus/has-ansi/issues' }, 1064 silly install resolved homepage: 'https://github.com/sindresorhus/has-ansi', 1064 silly install resolved _id: 'has-ansi@0.1.0', 1064 silly install resolved _shasum: '84f265aae8c0e6a88a12d7022894b7568894c62e', 1064 silly install resolved _from: 'has-ansi@>=0.1.0 <0.2.0', 1064 silly install resolved _npmVersion: '1.4.9', 1064 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1064 silly install resolved maintainers: [ [Object] ], 1064 silly install resolved dist: 1064 silly install resolved { shasum: '84f265aae8c0e6a88a12d7022894b7568894c62e', 1064 silly install resolved tarball: 'https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz' }, 1064 silly install resolved directories: {}, 1064 silly install resolved resolved: 'https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz', 1064 silly install resolved readme: 'ERROR: No README data found!' }, 1064 silly install resolved { name: 'escape-string-regexp', 1064 silly install resolved version: '1.0.5', 1064 silly install resolved description: 'Escape RegExp special characters', 1064 silly install resolved license: 'MIT', 1064 silly install resolved repository: 1064 silly install resolved { type: 'git', 1064 silly install resolved url: 'git+https://github.com/sindresorhus/escape-string-regexp.git' }, 1064 silly install resolved author: 1064 silly install resolved { name: 'Sindre Sorhus', 1064 silly install resolved email: 'sindresorhus@gmail.com', 1064 silly install resolved url: 'sindresorhus.com' }, 1064 silly install resolved maintainers: [ [Object], [Object] ], 1064 silly install resolved engines: { node: '>=0.8.0' }, 1064 silly install resolved scripts: { test: 'xo && ava' }, 1064 silly install resolved files: [ 'index.js' ], 1064 silly install resolved keywords: 1064 silly install resolved [ 'escape', 1064 silly install resolved 'regex', 1064 silly install resolved 'regexp', 1064 silly install resolved 're', 1064 silly install resolved 'regular', 1064 silly install resolved 'expression', 1064 silly install resolved 'string', 1064 silly install resolved 'str', 1064 silly install resolved 'special', 1064 silly install resolved 'characters' ], 1064 silly install resolved devDependencies: { ava: '', xo: '_' }, 1064 silly install resolved gitHead: 'db124a3e1aae9d692c4899e42a5c6c3e329eaa20', 1064 silly install resolved bugs: { url: 'https://github.com/sindresorhus/escape-string-regexp/issues' }, 1064 silly install resolved homepage: 'https://github.com/sindresorhus/escape-string-regexp', 1064 silly install resolved _id: 'escape-string-regexp@1.0.5', 1064 silly install resolved _shasum: '1b61c0562190a8dff6ae3bb2cf0200ca130b86d4', 1064 silly install resolved _from: 'escape-string-regexp@>=1.0.0 <2.0.0', 1064 silly install resolved _npmVersion: '2.14.12', 1064 silly install resolved _nodeVersion: '4.2.6', 1064 silly install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' }, 1064 silly install resolved dist: 1064 silly install resolved { shasum: '1b61c0562190a8dff6ae3bb2cf0200ca130b86d4', 1064 silly install resolved tarball: 'https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz' }, 1064 silly install resolved _npmOperationalInternal: 1064 silly install resolved { host: 'packages-9-west.internal.npmjs.com', 1064 silly install resolved tmp: 'tmp/escape-string-regexp-1.0.5.tgz_1456059312074_0.7245344955008477' }, 1064 silly install resolved directories: {}, 1064 silly install resolved resolved: 'https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz', 1064 silly install resolved readme: 'ERROR: No README data found!' }, 1064 silly install resolved { name: 'strip-ansi', 1064 silly install resolved version: '0.3.0', 1064 silly install resolved description: 'Strip ANSI escape codes', 1064 silly install resolved license: 'MIT', 1064 silly install resolved bin: { 'strip-ansi': 'cli.js' }, 1064 silly install resolved repository: 1064 silly install resolved { type: 'git', 1064 silly install resolved url: 'git://github.com/sindresorhus/strip-ansi.git' }, 1064 silly install resolved author: 1064 silly install resolved { name: 'Sindre Sorhus', 1064 silly install resolved email: 'sindresorhus@gmail.com', 1064 silly install resolved url: 'http://sindresorhus.com' }, 1064 silly install resolved engines: { node: '>=0.10.0' }, 1064 silly install resolved scripts: { test: 'mocha' }, 1064 silly install resolved files: [ 'index.js', 'cli.js' ], 1064 silly install resolved keywords: 1064 silly install resolved [ 'strip', 1064 silly install resolved 'trim', 1064 silly install resolved 'remove', 1064 silly install resolved 'ansi', 1064 silly install resolved 'styles', 1064 silly install resolved 'color', 1064 silly install resolved 'colour', 1064 silly install resolved 'colors', 1064 silly install resolved 'terminal', 1064 silly install resolved 'console', 1064 silly install resolved 'cli', 1064 silly install resolved 'string', 1064 silly install resolved 'tty', 1064 silly install resolved 'escape', 1064 silly install resolved 'formatting', 1064 silly install resolved 'rgb', 1064 silly install resolved '256', 1064 silly install resolved 'shell', 1064 silly install resolved 'xterm', 1064 silly install resolved 'log', 1064 silly install resolved 'logging', 1064 silly install resolved 'command-line', 1064 silly install resolved 'text' ], 1064 silly install resolved dependencies: { 'ansi-regex': '^0.2.1' }, 1064 silly install resolved devDependencies: { mocha: '' }, 1064 silly install resolved bugs: { url: 'https://github.com/sindresorhus/strip-ansi/issues' }, 1064 silly install resolved homepage: 'https://github.com/sindresorhus/strip-ansi', 1064 silly install resolved _id: 'strip-ansi@0.3.0', 1064 silly install resolved _shasum: '25f48ea22ca79187f3174a4db8759347bb126220', 1064 silly install resolved _from: 'strip-ansi@>=0.3.0 <0.4.0', 1064 silly install resolved _npmVersion: '1.4.9', 1064 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1064 silly install resolved maintainers: [ [Object] ], 1064 silly install resolved dist: 1064 silly install resolved { shasum: '25f48ea22ca79187f3174a4db8759347bb126220', 1064 silly install resolved tarball: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz' }, 1064 silly install resolved directories: {}, 1064 silly install resolved resolved: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz', 1064 silly install resolved readme: 'ERROR: No README data found!' }, 1064 silly install resolved { name: 'supports-color', 1064 silly install resolved version: '0.2.0', 1064 silly install resolved description: 'Detect whether a terminal supports color', 1064 silly install resolved license: 'MIT', 1064 silly install resolved repository: 1064 silly install resolved { type: 'git', 1064 silly install resolved url: 'git://github.com/sindresorhus/supports-color.git' }, 1064 silly install resolved bin: { 'supports-color': 'cli.js' }, 1064 silly install resolved author: 1064 silly install resolved { name: 'Sindre Sorhus', 1064 silly install resolved email: 'sindresorhus@gmail.com', 1064 silly install resolved url: 'http://sindresorhus.com' }, 1064 silly install resolved engines: { node: '>=0.10.0' }, 1064 silly install resolved scripts: { test: 'mocha' }, 1064 silly install resolved files: [ 'index.js', 'cli.js' ], 1064 silly install resolved keywords: 1064 silly install resolved [ 'cli', 1064 silly install resolved 'bin', 1064 silly install resolved 'color', 1064 silly install resolved 'colour', 1064 silly install resolved 'colors', 1064 silly install resolved 'terminal', 1064 silly install resolved 'console', 1064 silly install resolved 'cli', 1064 silly install resolved 'ansi', 1064 silly install resolved 'styles', 1064 silly install resolved 'tty', 1064 silly install resolved 'rgb', 1064 silly install resolved '256', 1064 silly install resolved 'shell', 1064 silly install resolved 'xterm', 1064 silly install resolved 'command-line', 1064 silly install resolved 'support', 1064 silly install resolved 'supports', 1064 silly install resolved 'capability', 1064 silly install resolved 'detect' ], 1064 silly install resolved devDependencies: { mocha: '' }, 1064 silly install resolved bugs: { url: 'https://github.com/sindresorhus/supports-color/issues' }, 1064 silly install resolved homepage: 'https://github.com/sindresorhus/supports-color', 1064 silly install resolved _id: 'supports-color@0.2.0', 1064 silly install resolved _shasum: 'd92de2694eb3f67323973d7ae3d8b55b4c22190a', 1064 silly install resolved _from: 'supports-color@>=0.2.0 <0.3.0', 1064 silly install resolved _npmVersion: '1.4.9', 1064 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1064 silly install resolved maintainers: [ [Object] ], 1064 silly install resolved dist: 1064 silly install resolved { shasum: 'd92de2694eb3f67323973d7ae3d8b55b4c22190a', 1064 silly install resolved tarball: 'https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz' }, 1064 silly install resolved directories: {}, 1064 silly install resolved _resolved: 'https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz', 1064 silly install resolved readme: 'ERROR: No README data found!' } ] 1065 info install ansi-styles@1.1.0 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1066 info install has-ansi@0.1.0 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1067 info install escape-string-regexp@1.0.5 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1068 info install strip-ansi@0.3.0 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1069 info install supports-color@0.2.0 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1070 info installOne ansi-styles@1.1.0 1071 verbose installOne of ansi-styles to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk not in flight; installing 1072 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1073 info installOne has-ansi@0.1.0 1074 verbose installOne of has-ansi to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk not in flight; installing 1075 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1076 info installOne escape-string-regexp@1.0.5 1077 verbose installOne of escape-string-regexp to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk not in flight; installing 1078 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1079 info installOne strip-ansi@0.3.0 1080 verbose installOne of strip-ansi to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk not in flight; installing 1081 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1082 info installOne supports-color@0.2.0 1083 verbose installOne of supports-color to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk not in flight; installing 1084 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1085 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-styles-0f45602fc41fbbe6.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1086 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\escape-string-regexp-82c18c154e573a34.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1087 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\supports-color-55cb99e2a24f8a01.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1088 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\strip-ansi-7ba2a62fe2801120.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1089 silly install write writing ansi-styles 1.1.0 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1090 silly install write writing escape-string-regexp 1.0.5 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1091 silly install write writing supports-color 0.2.0 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1092 silly install write writing strip-ansi 0.3.0 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1093 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\has-ansi-d541f40f9e17e77e.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1094 silly install write writing has-ansi 0.1.0 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1095 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1096 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1097 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1098 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1099 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1100 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1101 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1102 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1103 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package.tgz 1104 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1105 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles is being purged 1106 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1107 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\escape-string-regexp\1.0.5\package.tgz 1108 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1109 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp is being purged 1110 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1111 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1112 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1113 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1114 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1115 silly gunzTarPerm modes [ '777', '666' ] 1116 silly gunzTarPerm modes [ '777', '666' ] 1117 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\supports-color\0.2.0\package.tgz 1118 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1119 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color is being purged 1120 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1121 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package.tgz 1122 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1123 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi is being purged 1124 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1125 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1126 silly gunzTarPerm modes [ '777', '666' ] 1127 silly gunzTarPerm modes [ '777', '666' ] 1128 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1129 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1130 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\has-ansi\0.1.0\package.tgz 1131 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1132 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi is being purged 1133 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1134 silly gunzTarPerm modes [ '777', '666' ] 1135 silly gunzTarPerm extractEntry package.json 1136 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1137 silly gunzTarPerm extractEntry package.json 1138 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1139 silly gunzTarPerm extractEntry package.json 1140 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1141 silly gunzTarPerm extractEntry package.json 1142 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1143 silly gunzTarPerm extractEntry index.js 1144 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1145 silly gunzTarPerm extractEntry readme.md 1146 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1147 silly gunzTarPerm extractEntry package.json 1148 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1149 silly gunzTarPerm extractEntry index.js 1150 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1151 silly gunzTarPerm extractEntry license 1152 silly gunzTarPerm modified mode [ 'license', 420, 438 ] 1153 silly gunzTarPerm extractEntry cli.js 1154 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ] 1155 silly gunzTarPerm extractEntry index.js 1156 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1157 silly gunzTarPerm extractEntry cli.js 1158 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ] 1159 silly gunzTarPerm extractEntry index.js 1160 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1161 silly gunzTarPerm extractEntry cli.js 1162 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ] 1163 silly gunzTarPerm extractEntry index.js 1164 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1165 silly gunzTarPerm extractEntry readme.md 1166 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1167 silly gunzTarPerm extractEntry readme.md 1168 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1169 silly gunzTarPerm extractEntry readme.md 1170 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1171 silly gunzTarPerm extractEntry readme.md 1172 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1173 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles\package.json 1174 info preinstall ansi-styles@1.1.0 1175 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles\package.json 1176 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp\package.json 1177 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\package.json 1178 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color\package.json 1179 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles\package.json 1180 info preinstall escape-string-regexp@1.0.5 1181 info preinstall strip-ansi@0.3.0 1182 info preinstall supports-color@0.2.0 1183 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp\package.json 1184 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\package.json 1185 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\package.json 1186 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color\package.json 1187 silly install resolved [] 1188 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1189 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1190 info preinstall has-ansi@0.1.0 1191 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp\package.json 1192 info linkStuff ansi-styles@1.1.0 1193 silly linkStuff ansi-styles@1.1.0 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules as its parent node_modules 1194 silly linkStuff ansi-styles@1.1.0 is part of a global install 1195 silly linkStuff ansi-styles@1.1.0 is installed into a global node_modules 1196 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color\package.json 1197 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\package.json 1198 silly prepareForInstallMany adding ansi-regex@^0.2.1 from strip-ansi dependencies 1199 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\package.json 1200 verbose linkBins ansi-styles@1.1.0 1201 verbose linkMans ansi-styles@1.1.0 1202 verbose rebuildBundles ansi-styles@1.1.0 1203 info install ansi-styles@1.1.0 1204 silly install resolved [] 1205 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1206 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1207 info postinstall ansi-styles@1.1.0 1208 silly install resolved [] 1209 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1210 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\supports-color 1211 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-styles-0f45602fc41fbbe6.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\ansi-styles 1212 silly prepareForInstallMany adding ansi-regex@^0.2.0 from has-ansi dependencies 1213 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\package.json 1214 info linkStuff escape-string-regexp@1.0.5 1215 silly linkStuff escape-string-regexp@1.0.5 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules as its parent node_modules 1216 silly linkStuff escape-string-regexp@1.0.5 is part of a global install 1217 silly linkStuff escape-string-regexp@1.0.5 is installed into a global node_modules 1218 silly cache add args [ 'ansi-regex@^0.2.1', null ] 1219 verbose cache add spec ansi-regex@^0.2.1 1220 silly cache add parsed spec Result { 1220 silly cache add raw: 'ansi-regex@^0.2.1', 1220 silly cache add scope: null, 1220 silly cache add name: 'ansi-regex', 1220 silly cache add rawSpec: '^0.2.1', 1220 silly cache add spec: '>=0.2.1 <0.3.0', 1220 silly cache add type: 'range' } 1221 silly addNamed ansi-regex@>=0.2.1 <0.3.0 1222 verbose addNamed ">=0.2.1 <0.3.0" is a valid semver range for ansi-regex 1223 silly addNameRange { name: 'ansi-regex', range: '>=0.2.1 <0.3.0', hasData: false } 1224 silly mapToRegistry name ansi-regex 1225 silly mapToRegistry using default registry 1226 silly mapToRegistry registry https://registry.npm.taobao.org/ 1227 silly mapToRegistry data Result { 1227 silly mapToRegistry raw: 'ansi-regex', 1227 silly mapToRegistry scope: null, 1227 silly mapToRegistry name: 'ansi-regex', 1227 silly mapToRegistry rawSpec: '', 1227 silly mapToRegistry spec: 'latest', 1227 silly mapToRegistry type: 'tag' } 1228 silly mapToRegistry uri https://registry.npm.taobao.org/ansi-regex 1229 verbose addNameRange registry:https://registry.npm.taobao.org/ansi-regex not in flight; fetching 1230 verbose linkBins escape-string-regexp@1.0.5 1231 verbose linkMans escape-string-regexp@1.0.5 1232 verbose rebuildBundles escape-string-regexp@1.0.5 1233 info install escape-string-regexp@1.0.5 1234 info linkStuff supports-color@0.2.0 1235 silly linkStuff supports-color@0.2.0 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules as its parent node_modules 1236 silly linkStuff supports-color@0.2.0 is part of a global install 1237 silly linkStuff supports-color@0.2.0 is installed into a global node_modules 1238 info postinstall escape-string-regexp@1.0.5 1239 verbose request uri https://registry.npm.taobao.org/ansi-regex 1240 verbose request no auth needed 1241 info attempt registry request try #1 at 11:17:51 1242 verbose etag "2b9b-8rVlMErDX/GrN64jbvYkpw" 1243 http request GET https://registry.npm.taobao.org/ansi-regex 1244 verbose linkBins supports-color@0.2.0 1245 verbose link bins [ { 'supports-color': 'cli.js' }, 1245 verbose link bins 'C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\.bin', 1245 verbose link bins false ] 1246 verbose linkMans supports-color@0.2.0 1247 verbose rebuildBundles supports-color@0.2.0 1248 silly cache add args [ 'ansi-regex@^0.2.0', null ] 1249 verbose cache add spec ansi-regex@^0.2.0 1250 silly cache add parsed spec Result { 1250 silly cache add raw: 'ansi-regex@^0.2.0', 1250 silly cache add scope: null, 1250 silly cache add name: 'ansi-regex', 1250 silly cache add rawSpec: '^0.2.0', 1250 silly cache add spec: '>=0.2.0 <0.3.0', 1250 silly cache add type: 'range' } 1251 silly addNamed ansi-regex@>=0.2.0 <0.3.0 1252 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex 1253 silly addNameRange { name: 'ansi-regex', range: '>=0.2.0 <0.3.0', hasData: false } 1254 silly mapToRegistry name ansi-regex 1255 silly mapToRegistry using default registry 1256 silly mapToRegistry registry https://registry.npm.taobao.org/ 1257 silly mapToRegistry data Result { 1257 silly mapToRegistry raw: 'ansi-regex', 1257 silly mapToRegistry scope: null, 1257 silly mapToRegistry name: 'ansi-regex', 1257 silly mapToRegistry rawSpec: '', 1257 silly mapToRegistry spec: 'latest', 1257 silly mapToRegistry type: 'tag' } 1258 silly mapToRegistry uri https://registry.npm.taobao.org/ansi-regex 1259 verbose addNameRange registry:https://registry.npm.taobao.org/ansi-regex already in flight; waiting 1260 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\escape-string-regexp-82c18c154e573a34.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\escape-string-regexp 1261 info install supports-color@0.2.0 1262 info postinstall supports-color@0.2.0 1263 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\supports-color-55cb99e2a24f8a01.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\nodemodules\supports-color 1264 http 304 https://registry.npm.taobao.org/ansi-regex 1265 verbose headers { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1265 verbose headers connection: 'keep-alive', 1265 verbose headers 'x-current-requests': '1', 1265 verbose headers etag: '"2b9b-8rVlMErDX/GrN64jbvYkpw"', 1265 verbose headers 'x-readtime': '16' } 1266 silly get cb [ 304, 1266 silly get { date: 'Sat, 20 Aug 2016 03:17:52 GMT', 1266 silly get connection: 'keep-alive', 1266 silly get 'x-current-requests': '1', 1266 silly get etag: '"2b9b-8rVlMErDX/GrN64jbvYkpw"', 1266 silly get 'x-readtime': '16' } ] 1267 verbose etag https://registry.npm.taobao.org/ansi-regex from cache 1268 verbose get saving ansi-regex to C:\Users\yanxuefeng\AppData\Roaming\npm-cache\registry.npm.taobao.org\ansi-regex.cache.json 1269 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1270 silly addNameRange number 2 { name: 'ansi-regex', range: '>=0.2.1 <0.3.0', hasData: true } 1271 silly addNameRange versions [ 'ansi-regex', 1271 silly addNameRange [ '2.0.0', '1.1.1', '1.1.0', '1.0.0', '0.2.1', '0.2.0', '0.1.0' ] ] 1272 silly addNamed ansi-regex@0.2.1 1273 verbose addNamed "0.2.1" is a plain semver version for ansi-regex 1274 silly addNameRange number 2 { name: 'ansi-regex', range: '>=0.2.0 <0.3.0', hasData: true } 1275 silly addNameRange versions [ 'ansi-regex', 1275 silly addNameRange [ '2.0.0', '1.1.1', '1.1.0', '1.0.0', '0.2.1', '0.2.0', '0.1.0' ] ] 1276 silly addNamed ansi-regex@0.2.1 1277 verbose addNamed "0.2.1" is a plain semver version for ansi-regex 1278 silly cache afterAdd ansi-regex@0.2.1 1279 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json not in flight; writing 1280 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache correctMkdir not in flight; initializing 1281 silly cache afterAdd ansi-regex@0.2.1 1282 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json already in flight; not writing 1283 verbose afterAdd C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json written 1284 silly install resolved [ { name: 'ansi-regex', 1284 silly install resolved version: '0.2.1', 1284 silly install resolved description: 'Regular expression for matching ANSI escape codes', 1284 silly install resolved license: 'MIT', 1284 silly install resolved repository: 1284 silly install resolved { type: 'git', 1284 silly install resolved url: 'git://github.com/sindresorhus/ansi-regex.git' }, 1284 silly install resolved author: 1284 silly install resolved { name: 'Sindre Sorhus', 1284 silly install resolved email: 'sindresorhus@gmail.com', 1284 silly install resolved url: 'http://sindresorhus.com' }, 1284 silly install resolved engines: { node: '>=0.10.0' }, 1284 silly install resolved scripts: { test: 'mocha' }, 1284 silly install resolved files: [ 'index.js' ], 1284 silly install resolved keywords: 1284 silly install resolved [ 'ansi', 1284 silly install resolved 'styles', 1284 silly install resolved 'color', 1284 silly install resolved 'colour', 1284 silly install resolved 'colors', 1284 silly install resolved 'terminal', 1284 silly install resolved 'console', 1284 silly install resolved 'cli', 1284 silly install resolved 'string', 1284 silly install resolved 'tty', 1284 silly install resolved 'escape', 1284 silly install resolved 'formatting', 1284 silly install resolved 'rgb', 1284 silly install resolved '256', 1284 silly install resolved 'shell', 1284 silly install resolved 'xterm', 1284 silly install resolved 'command-line', 1284 silly install resolved 'text', 1284 silly install resolved 'regex', 1284 silly install resolved 'regexp', 1284 silly install resolved 're', 1284 silly install resolved 'match', 1284 silly install resolved 'test', 1284 silly install resolved 'find', 1284 silly install resolved 'pattern' ], 1284 silly install resolved devDependencies: { mocha: '' }, 1284 silly install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-regex/issues' }, 1284 silly install resolved homepage: 'https://github.com/sindresorhus/ansi-regex', 1284 silly install resolved _id: 'ansi-regex@0.2.1', 1284 silly install resolved _shasum: '0d8e946967a3d8143f93e24e298525fc1b2235f9', 1284 silly install resolved _from: 'ansi-regex@>=0.2.1 <0.3.0', 1284 silly install resolved _npmVersion: '1.4.9', 1284 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1284 silly install resolved maintainers: [ [Object] ], 1284 silly install resolved dist: 1284 silly install resolved { shasum: '0d8e946967a3d8143f93e24e298525fc1b2235f9', 1284 silly install resolved tarball: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz' }, 1284 silly install resolved directories: {}, 1284 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz', 1284 silly install resolved readme: 'ERROR: No README data found!' } ] 1285 info install ansi-regex@0.2.1 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1286 info installOne ansi-regex@0.2.1 1287 verbose installOne of ansi-regex to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi not in flight; installing 1288 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1289 silly install resolved [ { name: 'ansi-regex', 1289 silly install resolved version: '0.2.1', 1289 silly install resolved description: 'Regular expression for matching ANSI escape codes', 1289 silly install resolved license: 'MIT', 1289 silly install resolved repository: 1289 silly install resolved { type: 'git', 1289 silly install resolved url: 'git://github.com/sindresorhus/ansi-regex.git' }, 1289 silly install resolved author: 1289 silly install resolved { name: 'Sindre Sorhus', 1289 silly install resolved email: 'sindresorhus@gmail.com', 1289 silly install resolved url: 'http://sindresorhus.com' }, 1289 silly install resolved engines: { node: '>=0.10.0' }, 1289 silly install resolved scripts: { test: 'mocha' }, 1289 silly install resolved files: [ 'index.js' ], 1289 silly install resolved keywords: 1289 silly install resolved [ 'ansi', 1289 silly install resolved 'styles', 1289 silly install resolved 'color', 1289 silly install resolved 'colour', 1289 silly install resolved 'colors', 1289 silly install resolved 'terminal', 1289 silly install resolved 'console', 1289 silly install resolved 'cli', 1289 silly install resolved 'string', 1289 silly install resolved 'tty', 1289 silly install resolved 'escape', 1289 silly install resolved 'formatting', 1289 silly install resolved 'rgb', 1289 silly install resolved '256', 1289 silly install resolved 'shell', 1289 silly install resolved 'xterm', 1289 silly install resolved 'command-line', 1289 silly install resolved 'text', 1289 silly install resolved 'regex', 1289 silly install resolved 'regexp', 1289 silly install resolved 're', 1289 silly install resolved 'match', 1289 silly install resolved 'test', 1289 silly install resolved 'find', 1289 silly install resolved 'pattern' ], 1289 silly install resolved devDependencies: { mocha: '*' }, 1289 silly install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-regex/issues' }, 1289 silly install resolved homepage: 'https://github.com/sindresorhus/ansi-regex', 1289 silly install resolved _id: 'ansi-regex@0.2.1', 1289 silly install resolved _shasum: '0d8e946967a3d8143f93e24e298525fc1b2235f9', 1289 silly install resolved _from: 'ansi-regex@>=0.2.1 <0.3.0', 1289 silly install resolved _npmVersion: '1.4.9', 1289 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 1289 silly install resolved maintainers: [ [Object] ], 1289 silly install resolved dist: 1289 silly install resolved { shasum: '0d8e946967a3d8143f93e24e298525fc1b2235f9', 1289 silly install resolved tarball: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz' }, 1289 silly install resolved directories: {}, 1289 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz', 1289 silly install resolved readme: 'ERROR: No README data found!' } ] 1290 info install ansi-regex@0.2.1 into C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1291 info installOne ansi-regex@0.2.1 1292 verbose installOne of ansi-regex to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi not in flight; installing 1293 verbose correctMkdir C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing 1294 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-regex-a5a476e37d8f5fb7.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1295 silly install write writing ansi-regex 0.2.1 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1296 verbose lock using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-regex-e9c123e227638dbd.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1297 silly install write writing ansi-regex 0.2.1 to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1298 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1299 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1300 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1301 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1302 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1303 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1304 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package.tgz 1305 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1306 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex is being purged 1307 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1308 verbose tar unpack C:\Users\yanxuefeng\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package.tgz 1309 verbose tar unpacking to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1310 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex is being purged 1311 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1312 silly gunzTarPerm modes [ '777', '666' ] 1313 silly gunzTarPerm modes [ '777', '666' ] 1314 silly gunzTarPerm extractEntry package.json 1315 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1316 silly gunzTarPerm extractEntry package.json 1317 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ] 1318 silly gunzTarPerm extractEntry index.js 1319 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1320 silly gunzTarPerm extractEntry readme.md 1321 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1322 silly gunzTarPerm extractEntry index.js 1323 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ] 1324 silly gunzTarPerm extractEntry readme.md 1325 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ] 1326 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json 1327 verbose write writing to C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json 1328 info preinstall ansi-regex@0.2.1 1329 info preinstall ansi-regex@0.2.1 1330 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json 1331 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json 1332 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json 1333 verbose readDependencies loading dependencies from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json 1334 silly install resolved [] 1335 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1336 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1337 silly install resolved [] 1338 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1339 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1340 info linkStuff ansi-regex@0.2.1 1341 silly linkStuff ansi-regex@0.2.1 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules as its parent node_modules 1342 silly linkStuff ansi-regex@0.2.1 is part of a global install 1343 silly linkStuff ansi-regex@0.2.1 is installed into a global node_modules 1344 info linkStuff ansi-regex@0.2.1 1345 silly linkStuff ansi-regex@0.2.1 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules as its parent node_modules 1346 silly linkStuff ansi-regex@0.2.1 is part of a global install 1347 silly linkStuff ansi-regex@0.2.1 is installed into a global node_modules 1348 verbose linkBins ansi-regex@0.2.1 1349 verbose linkMans ansi-regex@0.2.1 1350 verbose rebuildBundles ansi-regex@0.2.1 1351 info install ansi-regex@0.2.1 1352 verbose linkBins ansi-regex@0.2.1 1353 verbose linkMans ansi-regex@0.2.1 1354 verbose rebuildBundles ansi-regex@0.2.1 1355 info install ansi-regex@0.2.1 1356 info postinstall ansi-regex@0.2.1 1357 info postinstall ansi-regex@0.2.1 1358 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-regex-e9c123e227638dbd.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex 1359 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1360 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1361 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\ansi-regex-a5a476e37d8f5fb7.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex 1362 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1363 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1364 info linkStuff has-ansi@0.1.0 1365 silly linkStuff has-ansi@0.1.0 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules as its parent node_modules 1366 silly linkStuff has-ansi@0.1.0 is part of a global install 1367 silly linkStuff has-ansi@0.1.0 is installed into a global node_modules 1368 verbose linkBins has-ansi@0.1.0 1369 verbose link bins [ { 'has-ansi': 'cli.js' }, 1369 verbose link bins 'C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\.bin', 1369 verbose link bins false ] 1370 verbose linkMans has-ansi@0.1.0 1371 verbose rebuildBundles has-ansi@0.1.0 1372 info linkStuff strip-ansi@0.3.0 1373 silly linkStuff strip-ansi@0.3.0 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules as its parent node_modules 1374 silly linkStuff strip-ansi@0.3.0 is part of a global install 1375 silly linkStuff strip-ansi@0.3.0 is installed into a global node_modules 1376 verbose rebuildBundles [ 'ansi-regex' ] 1377 verbose linkBins strip-ansi@0.3.0 1378 verbose link bins [ { 'strip-ansi': 'cli.js' }, 1378 verbose link bins 'C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\.bin', 1378 verbose link bins false ] 1379 verbose linkMans strip-ansi@0.3.0 1380 verbose rebuildBundles strip-ansi@0.3.0 1381 verbose rebuildBundles [ 'ansi-regex' ] 1382 info install strip-ansi@0.3.0 1383 info postinstall strip-ansi@0.3.0 1384 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\strip-ansi-7ba2a62fe2801120.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\strip-ansi 1385 info install has-ansi@0.1.0 1386 info postinstall has-ansi@0.1.0 1387 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\has-ansi-d541f40f9e17e77e.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk\node_modules\has-ansi 1388 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1389 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1390 info linkStuff chalk@0.5.1 1391 silly linkStuff chalk@0.5.1 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules as its parent node_modules 1392 silly linkStuff chalk@0.5.1 is part of a global install 1393 silly linkStuff chalk@0.5.1 is installed into a global node_modules 1394 verbose linkBins chalk@0.5.1 1395 verbose linkMans chalk@0.5.1 1396 verbose rebuildBundles chalk@0.5.1 1397 verbose rebuildBundles [ '.bin', 1397 verbose rebuildBundles 'ansi-styles', 1397 verbose rebuildBundles 'escape-string-regexp', 1397 verbose rebuildBundles 'has-ansi', 1397 verbose rebuildBundles 'strip-ansi', 1397 verbose rebuildBundles 'supports-color' ] 1398 info install chalk@0.5.1 1399 info postinstall chalk@0.5.1 1400 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\chalk-46a183c74d92f9fb.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass\node_modules\chalk 1401 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 1402 info build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 1403 info linkStuff fis-sass@3.1.3 1404 silly linkStuff fis-sass@3.1.3 has C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules as its parent node_modules 1405 silly linkStuff fis-sass@3.1.3 is part of a global install 1406 silly linkStuff fis-sass@3.1.3 is installed into a global node_modules 1407 verbose linkBins fis-sass@3.1.3 1408 verbose linkMans fis-sass@3.1.3 1409 verbose rebuildBundles fis-sass@3.1.3 1410 verbose rebuildBundles [ 'chalk', 'nan', 'step' ] 1411 info install fis-sass@3.1.3 1412 verbose unsafe-perm in lifecycle true 1413 info fis-sass@3.1.3 Failed to exec install script 1414 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\fis-sass-b6b8f185cd3ea130.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 1415 verbose about to build C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 1416 verbose unlock done using C:\Users\yanxuefeng\AppData\Roaming\npm-cache_locks\fis-parser-sass-b31e95873d6de7e4.lock for C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 1417 verbose stack Error: fis-sass@3.1.3 install: node build.js 1417 verbose stack Exit status 1 1417 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:217:16) 1417 verbose stack at emitTwo (events.js:87:13) 1417 verbose stack at EventEmitter.emit (events.js:172:7) 1417 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14) 1417 verbose stack at emitTwo (events.js:87:13) 1417 verbose stack at ChildProcess.emit (events.js:172:7) 1417 verbose stack at maybeClose (internal/child_process.js:827:16) 1417 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 1418 verbose pkgid fis-sass@3.1.3 1419 verbose cwd C:\Users\yanxuefeng 1420 error Windows_NT 6.1.7601 1421 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "install" "-g" "fis-parser-sass" "--registry=https://registry.npm.taobao.org" 1422 error node v4.4.4 1423 error npm v2.15.1 1424 error code ELIFECYCLE 1425 error fis-sass@3.1.3 install: node build.js 1425 error Exit status 1 1426 error Failed at the fis-sass@3.1.3 install script 'node build.js'. 1426 error This is most likely a problem with the fis-sass package, 1426 error not with npm itself. 1426 error Tell the author that this fails on your system: 1426 error node build.js 1426 error You can get information on how to open an issue for this project with: 1426 error npm bugs fis-sass 1426 error Or if that isn't available, you can get their info via: 1426 error 1426 error npm owner ls fis-sass 1426 error There is likely additional logging output above. 1427 verbose exit [ 1, true ] 1428 verbose unbuild node_modules\fis-parser-sass\node_modules\fis-sass 1429 info preuninstall fis-sass@3.1.3 1430 info uninstall fis-sass@3.1.3 1431 verbose unbuild rmStuff fis-sass@3.1.3 from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 1432 verbose unbuild rmStuff in C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules 1433 info postuninstall fis-sass@3.1.3 1434 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1435 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 1436 silly vacuum-fs purging C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules\fis-sass 1437 silly vacuum-fs removing C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass\node_modules 1438 silly vacuum-fs quitting because other entries in C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 1439 verbose unbuild node_modules\fis-parser-sass 1440 info preuninstall fis-parser-sass@0.3.16 1441 info uninstall fis-parser-sass@0.3.16 1442 verbose unbuild rmStuff fis-parser-sass@0.3.16 from C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules 1443 info postuninstall fis-parser-sass@0.3.16 1444 silly gentlyRm C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass is being purged from base C:\Users\yanxuefeng\AppData\Roaming\npm 1445 verbose gentlyRm don't care about contents; nuking C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 1446 silly vacuum-fs purging C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules\fis-parser-sass 1447 silly vacuum-fs quitting because other entries in C:\Users\yanxuefeng\AppData\Roaming\npm\node_modules

2betop commented 8 years ago

用 cnpm 安装吧,二进制包被墙了,或者自己去 node-sass release 页面下载对应的 二进制包。

yanhaijing commented 8 years ago

好像不是这个原因,我把node 4.4 换成 node 0.12.x就好了 https://github.com/nodejs/node-gyp

这里需要安装太多东西,我们公司这个windows 才 128g根本不够用。。。只能放弃了

yanhaijing commented 8 years ago

windows真是累觉不爱了,不想折腾了,试了试各个版本,0.12.x 一下都是好的,O(∩_∩)O哈哈~