mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:27:15 -04:00
148 lines
3.8 KiB
JSON
148 lines
3.8 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"stylelint-scss@^1.4.1",
|
||
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint-config-primer"
|
||
|
]
|
||
|
],
|
||
|
"_from": "stylelint-scss@>=1.4.1 <2.0.0",
|
||
|
"_id": "stylelint-scss@1.4.3",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/stylelint-scss",
|
||
|
"_nodeVersion": "4.4.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-12-west.internal.npmjs.com",
|
||
|
"tmp": "tmp/stylelint-scss-1.4.3.tgz_1487496594851_0.1983909138944"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "dryoma-npm@yandex.ru",
|
||
|
"name": "dryoma"
|
||
|
},
|
||
|
"_npmVersion": "3.8.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "stylelint-scss",
|
||
|
"raw": "stylelint-scss@^1.4.1",
|
||
|
"rawSpec": "^1.4.1",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.4.1 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stylelint-config-primer"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-1.4.3.tgz",
|
||
|
"_shasum": "6069ddba951345514ad6abcc6beed7d32f1c799d",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "stylelint-scss@^1.4.1",
|
||
|
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint-config-primer",
|
||
|
"author": {
|
||
|
"name": "Krister Kari"
|
||
|
},
|
||
|
"babel": {
|
||
|
"presets": [
|
||
|
"es2015"
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/kristerkari/stylelint-scss/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": "^4.11.1",
|
||
|
"postcss-media-query-parser": "^0.2.3",
|
||
|
"postcss-resolve-nested-selector": "^0.1.1",
|
||
|
"postcss-selector-parser": "^2.0.0",
|
||
|
"postcss-value-parser": "^3.3.0",
|
||
|
"stylelint": "^7.0.3"
|
||
|
},
|
||
|
"description": "A collection of SCSS specific rules for stylelint",
|
||
|
"devDependencies": {
|
||
|
"babel-cli": "^6.14.0",
|
||
|
"babel-preset-es2015": "^6.14.0",
|
||
|
"babel-register": "^6.14.0",
|
||
|
"coveralls": "^2.11.14",
|
||
|
"eslint": "^2.3.0",
|
||
|
"eslint-config-stylelint": "^1.0.0",
|
||
|
"npmpub": "^3.0.3",
|
||
|
"nyc": "^8.3.1",
|
||
|
"postcss": "^5.0.21",
|
||
|
"postcss-scss": "^0.1.7",
|
||
|
"replace": "^0.3.0",
|
||
|
"request": "^2.72.0",
|
||
|
"rimraf": "^2.5.2",
|
||
|
"semver": "^5.1.0",
|
||
|
"stylelint-test-rule-tape": "^0.2.0",
|
||
|
"table": "3.7.9",
|
||
|
"tap-spec": "^4.1.1",
|
||
|
"tape": "^4.6.0"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "6069ddba951345514ad6abcc6beed7d32f1c799d",
|
||
|
"tarball": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-1.4.3.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.2.1"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": "stylelint",
|
||
|
"rules": {
|
||
|
"arrow-spacing": 2,
|
||
|
"no-var": 2,
|
||
|
"object-shorthand": 2,
|
||
|
"prefer-const": 2,
|
||
|
"template-curly-spacing": 2
|
||
|
}
|
||
|
},
|
||
|
"files": [
|
||
|
"!**/__tests__",
|
||
|
"dist",
|
||
|
"docs",
|
||
|
"src/**/README.md"
|
||
|
],
|
||
|
"gitHead": "483052e9f29f79218b6a48a9171d5c17aeefc57b",
|
||
|
"homepage": "https://github.com/kristerkari/stylelint-scss#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"csslint",
|
||
|
"lint",
|
||
|
"linter",
|
||
|
"stylelint",
|
||
|
"stylelint-plugin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "dryoma",
|
||
|
"email": "dryoma-npm@yandex.ru"
|
||
|
},
|
||
|
{
|
||
|
"name": "kristerkari",
|
||
|
"email": "krister.kari@webtehdas.fi"
|
||
|
}
|
||
|
],
|
||
|
"name": "stylelint-scss",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/kristerkari/stylelint-scss.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "babel src --out-dir dist",
|
||
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||
|
"lint": "eslint . --ignore-path .gitignore",
|
||
|
"milestone": "node scripts/update-milestone.js",
|
||
|
"prebuild": "rimraf dist",
|
||
|
"prepublish": "npm run build",
|
||
|
"pretest": "npm run lint",
|
||
|
"release": "npmpub",
|
||
|
"test": "nyc tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec",
|
||
|
"test-rule": "node ./scripts/test-rule.js",
|
||
|
"test-util": "node ./scripts/test-util.js"
|
||
|
},
|
||
|
"version": "1.4.3"
|
||
|
}
|