summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/octicons/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/@primer/octicons/package.json')
-rw-r--r--assets/sass/@primer/octicons/package.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/assets/sass/@primer/octicons/package.json b/assets/sass/@primer/octicons/package.json
new file mode 100644
index 0000000..55cd9a6
--- /dev/null
+++ b/assets/sass/@primer/octicons/package.json
@@ -0,0 +1,69 @@
+{
+ "_from": "@primer/octicons@^9.1.1",
+ "_id": "@primer/octicons@9.6.0",
+ "_inBundle": false,
+ "_integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==",
+ "_location": "/@primer/octicons",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "@primer/octicons@^9.1.1",
+ "name": "@primer/octicons",
+ "escapedName": "@primer%2focticons",
+ "scope": "@primer",
+ "rawSpec": "^9.1.1",
+ "saveSpec": null,
+ "fetchSpec": "^9.1.1"
+ },
+ "_requiredBy": [
+ "/@primer/css"
+ ],
+ "_resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz",
+ "_shasum": "e195f2dd5f30b6918ad5d8ff224c12f778d02408",
+ "_spec": "@primer/octicons@^9.1.1",
+ "_where": "E:\\hugo-theme-fuji-demo\\themes\\hugo-theme-fuji\\node_modules\\@primer\\css",
+ "author": {
+ "name": "GitHub Inc."
+ },
+ "bugs": {
+ "url": "https://github.com/primer/octicons/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "object-assign": "^4.1.1"
+ },
+ "deprecated": false,
+ "description": "A scalable set of icons handcrafted with <3 by GitHub.",
+ "devDependencies": {
+ "ava": "^0.22.0",
+ "eslint": "^6.5.1",
+ "eslint-plugin-github": "^3.1.3"
+ },
+ "files": [
+ "index.js",
+ "index.scss",
+ "build"
+ ],
+ "homepage": "https://octicons.github.com",
+ "keywords": [
+ "GitHub",
+ "icons",
+ "svg",
+ "octicons"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@primer/octicons",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/primer/octicons.git"
+ },
+ "scripts": {
+ "build": "script/build.js",
+ "lint": "eslint index.js tests/*.js",
+ "test": "ava --verbose 'tests/*.js'"
+ },
+ "style": "index.scss",
+ "version": "9.6.0"
+}