{"_id":"@16bits/nes.css","_rev":"3-f48544ff687b0d42809260e87d022b69","name":"@16bits/nes.css","dist-tags":{"latest":"2.3.2"},"versions":{"2.3.1":{"name":"@16bits/nes.css","version":"2.3.1","description":"since NES.css hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues","scripts":{"watch":"npm run build:sass -- --watch","// Build task":"","build":"run-p build:core build:main","build:core":"npm run build:sass-core && npm run build:autoprefix-core && npm run build:cleancss-core","build:main":"npm run build:sass && npm run build:autoprefix && npm run build:cleancss","prebuild":"run-p prebuild:*","prebuild:stylelint":"npm run stylelint -- --fix","prebuild:clean":"rimraf css","postbuild":"npm run build:storybook","// For nes.css":"","build:sass":"node-sass --output-style expanded --source-map true --functions scripts/scssFunctions.js scss/nes.scss css/nes.css","build:autoprefix":"postcss --use autoprefixer --map false --output css/nes.css css/nes.css","build:cleancss":"cleancss -o css/nes.min.css css/nes.css","// For nes-core.css":"","build:sass-core":"node-sass --output-style expanded --source-map true --functions scripts/scssFunctions.js scss/nes-core.scss css/nes-core.css","build:autoprefix-core":"postcss --use autoprefixer --map false --output css/nes-core.css css/nes-core.css","build:cleancss-core":"cleancss -o css/nes-core.min.css css/nes-core.css","// Misc":"","stylelint":"stylelint scss/**/*.scss","storybook":"start-storybook -p 6006","build:storybook":"build-storybook","deploy":"npm run build","semantic-release":"semantic-release","commit":"git-cz","commit:retry":"git-cz --retry","commitmsg":"commitlint -e"},"repository":{"type":"git","url":"git+https://github.com/nostalgic-css/NES.css.git"},"keywords":["css","scss","nes","framework"],"engines":{"node":">=10.0.0"},"author":{"name":"BcRikko","url":"https://github.com/Bcrikko"},"license":"MIT","bugs":{"url":"https://github.com/nostalgic-css/NES.css/issues"},"homepage":"https://github.com/nostalgic-css/NES.css#readme","devDependencies":{"@commitlint/cli":"^7.2.1","@commitlint/config-conventional":"^7.1.2","@semantic-release/exec":"^3.3.0","@storybook/addon-backgrounds":"^5.0.11","@storybook/addon-knobs":"^5.0.11","@storybook/html":"^5.0.0","autoprefixer":"^9.1.5","babel-loader":"^8.0.4","classnames":"^2.2.6","clean-css-cli":"^4.2.1","commitizen":"^3.1.1","css-loader":"^2.0.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.9.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","file-type":"^11.0.0","git-rev-sync":"^1.12.0","husky":"^1.0.0","lint-staged":"^7.3.0","node-sass":"^4.14.1","npm-run-all":"^4.1.5","postcss-cli":"^6.0.0","prettier":"^1.15.2","rimraf":"^2.6.2","sass-loader":"^7.1.0","semantic-release":"^15.13.14","style-loader":"^0.23.1","stylelint":"^9.5.0","stylelint-config-prettier":"^4.0.0","stylelint-config-recess-order":"^2.0.0","stylelint-config-standard":"^18.2.0","stylelint-prettier":"^1.0.5","stylelint-scss":"^3.3.1","url-loader":"^1.1.2"},"browserslist":["> 1%"],"lint-staged":{"scss/**/*.scss":["npm run prebuild:stylelint","npm run postbuild","git add"],"*.js":["eslint '.storybook/**/*.js' 'story/**/*.js'"]},"prettier":{"printWidth":100},"release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/npm","@semantic-release/github",["@semantic-release/exec",{"prepareCmd":"./scripts/updatePackageHeader.js ${nextRelease.version}"}]]},"stylelint":{"plugins":["stylelint-scss","stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-recess-order","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true,"string-quotes":"double","at-rule-no-unknown":null,"scss/at-rule-no-unknown":true},"ignoreFiles":["docs/*"]},"eslintConfig":{"extends":"airbnb-base","rules":{"import/no-extraneous-dependencies":["error",{"devDependencies":["**/*.stories.js","**/*.template.js"]}]}},"eslintIgnore":["docs/*"],"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"b1cc9944aae3274461c747d7ad1cab31df45e78c","_id":"@16bits/nes.css@2.3.1","_nodeVersion":"14.17.1","_npmVersion":"7.23.0","dist":{"integrity":"sha512-m7kyx5+djXb86Mxc7yymLiqLK9NjZhbfhyrzEKfM6QxEOl+dOtvCYjDVWaqo4cA9vXdqsJKkOnBoAvtpzyi3eg==","shasum":"7a724c3ed67aaf975ca4e9dea22631d8c699a423","tarball":"https://registry.npmjs.org/@16bits/nes.css/-/nes.css-2.3.1.tgz","fileCount":114,"unpackedSize":430786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDph1gR+CvOCt+F6bR7W9yn9uANkYGgpRYqG91xAdv/IQIgX5rKb+6shgNlsDHIKjCBf1d5X0/CmY1LVLsDorGvlxM="}]},"_npmUser":{"name":"icebreaker","email":"1324318532@qq.com"},"directories":{},"maintainers":[{"name":"icebreaker","email":"1324318532@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nes.css_2.3.1_1632756795264_0.39429729753159104"},"_hasShrinkwrap":false},"2.3.2":{"name":"@16bits/nes.css","version":"2.3.2","description":"since NES.css hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues","scripts":{"watch":"npm run build:sass -- --watch","// Build task":"","build":"run-p build:main build:core","build:core":"npm run build:sass-core && npm run build:autoprefix-core && npm run build:cleancss-core","build:main":"npm run build:sass && npm run build:autoprefix && npm run build:cleancss","prebuild":"run-p prebuild:*","prebuild:stylelint":"npm run stylelint -- --fix","postbuild":"npm run build:storybook","// For nes.css":"","build:sass":"node scripts/build.js","build:autoprefix":"postcss --use autoprefixer --map false --output css/nes.css css/nes.css","build:cleancss":"cleancss -o css/nes.min.css css/nes.css","// For nes-core.css":"","build:sass-core":"node scripts/build.js --core","build:autoprefix-core":"postcss --use autoprefixer --map false --output css/nes-core.css css/nes-core.css","build:cleancss-core":"cleancss -o css/nes-core.min.css css/nes-core.css","// Misc":"","stylelint":"stylelint scss/**/*.scss","storybook":"start-storybook -p 6006","build:storybook":"build-storybook","deploy":"npm run build","semantic-release":"semantic-release","commit":"git-cz","commit:retry":"git-cz --retry","commitmsg":"commitlint -e"},"repository":{"type":"git","url":"git+https://github.com/nostalgic-css/NES.css.git"},"keywords":["css","scss","nes","framework"],"engines":{"node":">=10.0.0"},"author":{"name":"BcRikko","url":"https://github.com/Bcrikko"},"license":"MIT","bugs":{"url":"https://github.com/nostalgic-css/NES.css/issues"},"homepage":"https://github.com/nostalgic-css/NES.css#readme","devDependencies":{"@commitlint/cli":"^13.1.0","@commitlint/config-conventional":"^13.1.0","@semantic-release/exec":"^6.0.1","@storybook/addon-backgrounds":"^6.3.8","@storybook/addon-knobs":"^6.3.1","@storybook/html":"^6.3.8","autoprefixer":"^10.3.6","babel-loader":"^8.0.4","classnames":"^2.2.6","clean-css-cli":"^5.3.3","commitizen":"^4.2.4","css-loader":"^6.3.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.32.0","eslint-config-airbnb-base":"^14.2.1","eslint-plugin-import":"^2.14.0","fibers":"^5.0.0","file-type":"^16.5.3","git-rev-sync":"^3.0.1","husky":"^7.0.2","lint-staged":"^11.1.2","npm-run-all":"^4.1.5","postcss":"^8.3.8","postcss-cli":"^9.0.0","prettier":"^2.4.1","rimraf":"^3.0.2","sass":"^1.42.1","sass-loader":"^12.1.0","semantic-release":"^18.0.0","style-loader":"^3.3.0","stylelint":"^13.13.1","stylelint-config-prettier":"^8.0.2","stylelint-config-recess-order":"^2.0.0","stylelint-config-standard":"^22.0.0","stylelint-prettier":"^1.0.5","stylelint-scss":"^3.3.1","url-loader":"^4.1.1"},"commitlint":{"extends":["@commitlint/config-conventional"],"rules":{"subject-case":[0,"never","sentence-case"],"subject-full-stop":[0,"never","."]}},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"browserslist":["> 1%"],"lint-staged":{"scss/**/*.scss":["npm run prebuild:stylelint","npm run postbuild","git add"],"*.js":["eslint '.storybook/**/*.js' 'story/**/*.js'"]},"prettier":{"printWidth":100},"release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/npm","@semantic-release/github",["@semantic-release/exec",{"prepareCmd":"./scripts/updatePackageHeader.js ${nextRelease.version}"}]]},"stylelint":{"plugins":["stylelint-scss","stylelint-prettier"],"extends":["stylelint-config-standard","stylelint-config-recess-order","stylelint-prettier/recommended"],"rules":{"prettier/prettier":true,"string-quotes":"double","at-rule-no-unknown":null,"scss/at-rule-no-unknown":true},"ignoreFiles":["docs/*"]},"eslintConfig":{"extends":"airbnb-base","rules":{"import/no-extraneous-dependencies":["error",{"devDependencies":["**/*.stories.js","**/*.template.js"]}]}},"eslintIgnore":["docs/*"],"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"8634bd390814800e86eab2dcd7ab6b8958247d53","_id":"@16bits/nes.css@2.3.2","_nodeVersion":"14.17.1","_npmVersion":"7.23.0","dist":{"integrity":"sha512-nEM5PIth+Bab5JSOa4uUR+PMNUsNTYxA55oVlG3gXI/4LoYtWS767Uv9Pu/KCbHXVvnIjt4ZXt13kZw3083qTw==","shasum":"e69db834119b33ae8d3cb044f106a07a17cadd6f","tarball":"https://registry.npmjs.org/@16bits/nes.css/-/nes.css-2.3.2.tgz","fileCount":9,"unpackedSize":1174946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhufbCCRA9TVsSAnZWagAAU6MP/2CNsgXBx8pFwrqIjQ5C\noEPSwpfEROQCJ13f4/vOnFaKZYAGwmftQ8XGQomXkjlw747HsUZFPicDS6EJ\no9vVqH7gCXJtbsAcXds9e/WHULV7eG12jcDBSzBtocfDTVhCgPnOZrc6lc3n\nf18y1wlsxNyVNr3hV8UlenuDNNoYprhNcRwefyLGbAXNt0qOq1RkVam7Rp3c\nVwX4qGtUbGWxbg5CkFtO9ySDXx9sTSHOrWPbFF8ewS1RHdD9/ndVfpwPHvO0\nF+u8hXigImTvubY7ENnEdvdUKbmvq1m9+Oo/Rlfp/cMprGWKmopm+jEqMA5o\nvcEJGWh3EBvBi7k5qS5q7BAp5oy/m3ypvC9+cBLiS5QEc9SI4Z/5m/OVPobd\nwqniBBwjhgf3OfH8fuseOfF5+bjQFafnRz8zvKGP5male79pUZtdRszQZX1c\nmxqW4hpRV71hGHAo+DVWZZZTiTtYjcNYRLRUVBmr12WD3vTWSIWxYDdS6Xe6\nIbOq6yZTCLmGxRrPWV6dWo5CLMgc+C7zUOiciyz/KtyRoelyVfrVF/Fk9HPI\nHZhVkrOq1ahLIopqbBa+uUbd85kRfMCNd0ZmMZjHqciW8T6WmFv4xnZ/sC2I\n8OGf8zSt+Ka8Y24AvxME5aaKTXznKsgh8lG/cGJ7MYDWSMPTDSuHnjd0NruQ\nWybT\r\n=z100\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkWbYladumImLMEdsPE8nprUecOoI9SbSOtUjfj5wjEwIhALKGMP6flbUTdE4YN+/JlNthgLfoEoqByAEhyeIfbmrb"}]},"_npmUser":{"name":"icebreaker","email":"1324318532@qq.com"},"directories":{},"maintainers":[{"name":"icebreaker","email":"1324318532@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nes.css_2.3.2_1632761801924_0.5511924984372734"},"_hasShrinkwrap":false}},"time":{"created":"2021-09-27T15:33:15.206Z","2.3.1":"2021-09-27T15:33:15.622Z","modified":"2022-04-04T10:32:06.780Z","2.3.2":"2021-09-27T16:56:42.050Z"},"maintainers":[{"name":"icebreaker","email":"1324318532@qq.com"}],"description":"since NES.css hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues","homepage":"https://github.com/nostalgic-css/NES.css#readme","keywords":["css","scss","nes","framework"],"repository":{"type":"git","url":"git+https://github.com/nostalgic-css/NES.css.git"},"author":{"name":"BcRikko","url":"https://github.com/Bcrikko"},"bugs":{"url":"https://github.com/nostalgic-css/NES.css/issues"},"license":"MIT","readme":"\n> since NES.css hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues\n\n<div align=\"center\">\n  <a href=\"https://nostalgic-css.github.io/NES.css/\" target=\"_blank\"><img src=\"https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png\" alt=\"NES.css: NES-style  CSS framework\" style=\"max-width: 100%;\" width=\"600\" height=\"315\"></a>\n\n  <a href=\".github/README-jp.md\">日本語</a> / <a href=\".github/README-zh-CN.md\">简体中文</a> / <a href=\".github/README-es.md\">Español</a> / <a href=\".github/README-pt-BR.md\">Português</a> / <a href=\".github/README-ru.md\">Русский</a> / <a href=\".github/README-fr.md\">Français</a>\n</div>\n\nNES.css is a **NES-style(8bit-like)** CSS Framework.\n\n[![Gitter][gitter-badge]][gitter] [![Commitizen friendly][commitizen-badge]][commitizen]\n\n## Installation\n\n### Styles\n\nNES.css is available via either npm (preferred), Yarn, or a CDN.\n\n#### via package manager\n\n```shell\nnpm install nes.css\n# or\nyarn add nes.css\n```\n\nOur `package.json` contains some additional metadata under the following keys:\n* `sass` - path to our main Sass source file\n* `style` - path to our non-minified CSS\n\n##### AltCSS(sass, scss...)\n\n```scss\n// style.scss\n@import \"./node_modules/nes.css/css/nes.css\"\n```\n\n##### JavaScript\n\n```js\n// script.js\nimport \"nes.css/css/nes.min.css\";\n```\nYou need to install css-loader.\n\n##### HTML\n```html\n<!-- index.html -->\n<html>\n  <head>\n    <link rel=\"stylesheet\" href=\"./node_modules/nes.css/css/nes.min.css\">\n  </head>\n  <body></body>\n</html>\n```\n\n#### via CDN\n\nImport the CSS via a `<link />` element:\n\n```html\n<!-- minify -->\n<link href=\"https://unpkg.com/nes.css@2.3.0/css/nes.min.css\" rel=\"stylesheet\" />\n<!-- latest -->\n<link href=\"https://unpkg.com/nes.css@latest/css/nes.min.css\" rel=\"stylesheet\" />\n<!-- core style only -->\n<link href=\"https://unpkg.com/nes.css/css/nes-core.min.css\" rel=\"stylesheet\" />\n```\n\n### Fonts\n\nNES.css doesn't provide any fonts, but we do maintain the following list of fonts that we recommend for usage alongside the library.\n\n| Language  | Font                                                               |\n| --------- | ------------------------------------------------------------------ |\n| (Default) | [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P) |\n| English   | [Kongtext](https://www.dafont.com/kongtext.font)                   |\n| Japanese  | [美咲フォント](http://littlelimit.net/misaki.htm)                  |\n| Japanese  | [Nu もち](http://kokagem.sakura.ne.jp/font/mochi/)                 |\n| Korean    | [둥근모꼴](http://cactus.tistory.com/193)                              |\n| Chinese   | [Zpix (最像素)](https://github.com/SolidZORO/zpix-pixel-font)      |\n\n## Usage\n\nNES.css only provides components. You will need to define your own layout.\n\nThe recommended font for NES.css is [Press Start 2P][press-start-2p-font]. However, [Press Start 2P][press-start-2p-font] only supports English characters. When you're using this framework with any language other than English, please use another font. Follow the Google Fonts [instructions][google-fonts-guide] about how to include them, or simply include it as below:\n\n```html\n<head>\n    <link href=\"https://fonts.googleapis.com/css?family=Press+Start+2P\" rel=\"stylesheet\">\n    <link href=\"https://unpkg.com/nes.css/css/nes.css\" rel=\"stylesheet\" />\n\n    <style>\n      html, body, pre, code, kbd, samp {\n          font-family: \"font-family you want to use\";\n      }\n    </style>\n</head>\n```\n\n## CSS Only\n\nNES.css only requires CSS and doesn't depend on any JavaScript.\n\n## Browser Support\n\nNES.css is compatible with the newest version of the following browsers:\n* Chrome\n* Firefox\n* Safari\n\nUntested\n* IE/Edge\n\n## Copyright and license\n\nCode and documentation copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Code released under the MIT License. Docs released under Creative Commons.\n\n## Development\n\nIf you'd like to help us out with the project, we welcome contributions of all types! Check out our [`CONTRIBUTING.md`][contributing-document] for more details on how you can help make NES.css amazing!\n\n\n\n\n\n[commitizen]: http://commitizen.github.io/cz-cli/\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n[contributing-document]: CONTRIBUTING.md\n[gitter]: https://gitter.im/nostalgic-css/Lobby\n[gitter-badge]: https://img.shields.io/gitter/room/nostalgic-css/Lobby.svg\n[google-fonts-guide]: https://developers.google.com/fonts/docs/getting_started\n[press-start-2p-font]: https://fonts.google.com/specimen/Press+Start+2P?selection.family=Press+Start+2P\n","readmeFilename":"README.md"}