1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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"
}
|