1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "postcss-scss@^2.1.1",
- "_id": "postcss-scss@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==",
- "_location": "/postcss-scss",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "postcss-scss@^2.1.1",
- "name": "postcss-scss",
- "escapedName": "postcss-scss",
- "rawSpec": "^2.1.1",
- "saveSpec": null,
- "fetchSpec": "^2.1.1"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz",
- "_shasum": "ec3a75fa29a55e016b90bf3269026c53c1d2b383",
- "_spec": "postcss-scss@^2.1.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint",
- "author": {
- "name": "Andrey Sitnik",
- "email": "andrey@sitnik.ru"
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss-scss/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "postcss": "^7.0.6"
- },
- "deprecated": false,
- "description": "SCSS parser for PostCSS",
- "engines": {
- "node": ">=6.0.0"
- },
- "homepage": "https://github.com/postcss/postcss-scss#readme",
- "keywords": [
- "css",
- "postcss",
- "postcss-syntax",
- "parser",
- "scss",
- "sass"
- ],
- "license": "MIT",
- "main": "lib/scss-syntax",
- "name": "postcss-scss",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss-scss.git"
- },
- "types": "lib/scss-syntax.d.ts",
- "version": "2.1.1"
- }
|