mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 01:17:29 -04:00
112 lines
2.8 KiB
JSON
112 lines
2.8 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"sugarss@^0.2.0",
|
||
|
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||
|
]
|
||
|
],
|
||
|
"_from": "sugarss@>=0.2.0 <0.3.0",
|
||
|
"_id": "sugarss@0.2.0",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/sugarss",
|
||
|
"_nodeVersion": "6.7.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-16-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/sugarss-0.2.0.tgz_1475852527678_0.7048247170168906"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "andrey@sitnik.ru",
|
||
|
"name": "ai"
|
||
|
},
|
||
|
"_npmVersion": "3.10.3",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "sugarss",
|
||
|
"raw": "sugarss@^0.2.0",
|
||
|
"rawSpec": "^0.2.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=0.2.0 <0.3.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/stylelint"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/sugarss/-/sugarss-0.2.0.tgz",
|
||
|
"_shasum": "ac34237563327c6ff897b64742bf6aec190ad39e",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "sugarss@^0.2.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/sugarss/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"postcss": "^5.2.4"
|
||
|
},
|
||
|
"description": "Indent-based CSS syntax for PostCSS",
|
||
|
"devDependencies": {
|
||
|
"ava": "0.16.0",
|
||
|
"babel-cli": "6.16.0",
|
||
|
"babel-core": "6.17.0",
|
||
|
"babel-eslint": "7.0.0",
|
||
|
"babel-plugin-add-module-exports": "0.2.1",
|
||
|
"babel-plugin-precompile-charcodes": "1.0.0",
|
||
|
"babel-preset-es2015": "6.16.0",
|
||
|
"babel-preset-stage-0": "6.16.0",
|
||
|
"eslint": "3.7.1",
|
||
|
"eslint-config-postcss": "2.0.2",
|
||
|
"lint-staged": "3.0.3",
|
||
|
"postcss-parser-tests": "5.0.10",
|
||
|
"pre-commit": "1.1.3"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "ac34237563327c6ff897b64742bf6aec190ad39e",
|
||
|
"tarball": "https://registry.npmjs.org/sugarss/-/sugarss-0.2.0.tgz"
|
||
|
},
|
||
|
"gitHead": "ded261e3d6cbb2ba779f8152efc9cfd69990c34f",
|
||
|
"homepage": "https://github.com/postcss/sugarss#readme",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"indent",
|
||
|
"parser",
|
||
|
"postcss",
|
||
|
"postcss-syntax",
|
||
|
"syntax"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.es6": "eslint",
|
||
|
"test/*.js": "eslint"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "ai",
|
||
|
"email": "andrey@sitnik.ru"
|
||
|
}
|
||
|
],
|
||
|
"name": "sugarss",
|
||
|
"optionalDependencies": {},
|
||
|
"pre-commit": [
|
||
|
"lint-staged"
|
||
|
],
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/postcss/sugarss.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run clean && babel -s inline -d ./ *.es6",
|
||
|
"clean": "rm *.js || echo 'Already cleaned'",
|
||
|
"lint": "eslint *.es6 test/*.js",
|
||
|
"lint-staged": "lint-staged",
|
||
|
"prepublish": "npm run build",
|
||
|
"test": "npm run build && ava && npm run lint"
|
||
|
},
|
||
|
"version": "0.2.0"
|
||
|
}
|