diff options
author | amzrk2 | 2020-04-13 19:13:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 19:13:39 +0800 |
commit | 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad (patch) | |
tree | b13e4c3a49823b602ebb918c899dd4a964c1f445 /assets/sass/@primer/octicons/package.json | |
download | hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.gz hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.bz2 hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.zip |
Initial commit
Diffstat (limited to 'assets/sass/@primer/octicons/package.json')
-rw-r--r-- | assets/sass/@primer/octicons/package.json | 69 |
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" +} |