notes/node_modules/postcss-scss/package.json

115 lines
2.8 KiB
JSON

{
"_args": [
[
"postcss-scss@^0.4.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
]
],
"_from": "postcss-scss@>=0.4.0 <0.5.0",
"_id": "postcss-scss@0.4.1",
"_inCache": true,
"_installable": true,
"_location": "/postcss-scss",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/postcss-scss-0.4.1.tgz_1487178598408_0.5990975915919989"
},
"_npmUser": {
"email": "andrey@sitnik.ru",
"name": "ai"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"name": "postcss-scss",
"raw": "postcss-scss@^0.4.0",
"rawSpec": "^0.4.0",
"scope": null,
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-0.4.1.tgz",
"_shasum": "ad771b81f0f72f5f4845d08aa60f93557653d54c",
"_shrinkwrap": null,
"_spec": "postcss-scss@^0.4.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
"author": {
"email": "andrey@sitnik.ru",
"name": "Andrey Sitnik"
},
"bugs": {
"url": "https://github.com/postcss/postcss-scss/issues"
},
"dependencies": {
"postcss": "^5.2.13"
},
"description": "SCSS parser for PostCSS",
"devDependencies": {
"ava": "^0.18.1",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-precompile-charcodes": "1.0.0",
"babel-preset-es2015": "^6.22.0",
"del": "2.2.2",
"eslint": "^3.15.0",
"eslint-config-postcss": "2.0.2",
"gulp": "3.9.1",
"gulp-ava": "^0.16.0",
"gulp-babel": "6.1.2",
"gulp-changed": "1.3.2",
"gulp-eslint": "3.0.1",
"gulp-json-editor": "2.2.1",
"gulp-sourcemaps": "^2.4.1",
"lint-staged": "^3.3.0",
"postcss-parser-tests": "^5.0.11",
"pre-commit": "^1.2.2",
"run-sequence": "1.2.2"
},
"directories": {},
"dist": {
"shasum": "ad771b81f0f72f5f4845d08aa60f93557653d54c",
"tarball": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-0.4.1.tgz"
},
"homepage": "https://github.com/postcss/postcss-scss#readme",
"keywords": [
"css",
"parser",
"postcss",
"postcss-syntax",
"sass",
"scss"
],
"license": "MIT",
"lint-staged": {
"lib/*.es6": "eslint",
"test/*.js": "eslint"
},
"main": "lib/scss-syntax",
"maintainers": [
{
"name": "ai",
"email": "andrey@sitnik.ru"
}
],
"name": "postcss-scss",
"optionalDependencies": {},
"pre-commit": [
"lint-staged"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-scss.git"
},
"scripts": {
"lint-staged": "lint-staged",
"test": "gulp"
},
"version": "0.4.1"
}