{ "_args": [ [ "node-sass@5.0.0", "D:\\Hjm项目\\TransFlow" ] ], "_from": "node-sass@5.0.0", "_id": "node-sass@5.0.0", "_inBundle": false, "_integrity": "sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==", "_location": "/node-sass", "_phantomChildren": { "escape-string-regexp": "1.0.5", "has-ansi": "2.0.0", "isexe": "2.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "node-sass@5.0.0", "name": "node-sass", "escapedName": "node-sass", "rawSpec": "5.0.0", "saveSpec": null, "fetchSpec": "5.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-5.0.0.tgz", "_spec": "5.0.0", "_where": "D:\\Hjm项目\\TransFlow", "author": { "name": "Andrew Nesbitt", "email": "andrewnez@gmail.com", "url": "http://andrew.github.com" }, "bin": { "node-sass": "bin/node-sass" }, "bugs": { "url": "https://github.com/sass/node-sass/issues" }, "dependencies": { "async-foreach": "^0.1.3", "chalk": "^1.1.1", "cross-spawn": "^7.0.3", "gaze": "^1.0.0", "get-stdin": "^4.0.1", "glob": "^7.0.3", "lodash": "^4.17.15", "meow": "^3.7.0", "mkdirp": "^0.5.1", "nan": "^2.13.2", "node-gyp": "^7.1.0", "npmlog": "^4.0.0", "request": "^2.88.0", "sass-graph": "2.2.5", "stdout-stream": "^1.4.0", "true-case-path": "^1.0.2" }, "description": "Wrapper around libsass", "devDependencies": { "eslint": "^7.10.0", "fs-extra": "^0.30.0", "mocha": "^8.1.3", "nyc": "^15.1.0", "rimraf": "^3.0.2", "unique-temp-dir": "^1.0.0" }, "engines": { "node": ">=10" }, "files": [ "bin", "binding.gyp", "lib", "scripts", "src", "test", "vendor" ], "gypfile": true, "homepage": "https://github.com/sass/node-sass", "keywords": [ "css", "libsass", "preprocessor", "sass", "scss", "style" ], "libsass": "3.5.5", "license": "MIT", "main": "lib/index.js", "name": "node-sass", "nodeSassConfig": { "binarySite": "https://github.com/sass/node-sass/releases/download" }, "repository": { "type": "git", "url": "git+https://github.com/sass/node-sass.git" }, "scripts": { "build": "node scripts/build.js --force", "coverage": "nyc npm run test", "install": "node scripts/install.js", "lint": "eslint bin/node-sass lib scripts test", "postinstall": "node scripts/build.js", "prepublishOnly ": "scripts/prepublish.js", "test": "mocha test/{*,**/**}.js" }, "version": "5.0.0" }