| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_from": "node-sass",
- "_id": "node-sass@7.0.3",
- "_inBundle": false,
- "_integrity": "sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==",
- "_location": "/node-sass",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "node-sass",
- "name": "node-sass",
- "escapedName": "node-sass",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz",
- "_shasum": "7620bcd5559c2bf125c4fbb9087ba75cd2df2ab2",
- "_spec": "node-sass",
- "_where": "G:\\项目\\mobile",
- "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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "async-foreach": "^0.1.3",
- "chalk": "^4.1.2",
- "cross-spawn": "^7.0.3",
- "gaze": "^1.0.0",
- "get-stdin": "^4.0.1",
- "glob": "^7.0.3",
- "lodash": "^4.17.15",
- "meow": "^9.0.0",
- "nan": "^2.13.2",
- "node-gyp": "^8.4.1",
- "npmlog": "^5.0.0",
- "request": "^2.88.0",
- "sass-graph": "^4.0.1",
- "stdout-stream": "^1.4.0",
- "true-case-path": "^1.0.2"
- },
- "deprecated": false,
- "description": "Wrapper around libsass",
- "devDependencies": {
- "eslint": "^8.0.0",
- "fs-extra": "^10.0.0",
- "mocha": "^9.0.1",
- "nyc": "^15.1.0",
- "rimraf": "^3.0.2",
- "unique-temp-dir": "^1.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "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": "7.0.3"
- }
|