Mercurial > nebulaweb3
comparison default/node_modules/feather-icons/package.json @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 { | |
2 "_from": "feather-icons@^3.2.2", | |
3 "_id": "[email protected]", | |
4 "_inBundle": false, | |
5 "_integrity": "sha1-UQ0bN82ZRj8kOfx8ZzV3uDmKwvI=", | |
6 "_location": "/feather-icons", | |
7 "_phantomChildren": {}, | |
8 "_requested": { | |
9 "type": "range", | |
10 "registry": true, | |
11 "raw": "feather-icons@^3.2.2", | |
12 "name": "feather-icons", | |
13 "escapedName": "feather-icons", | |
14 "rawSpec": "^3.2.2", | |
15 "saveSpec": null, | |
16 "fetchSpec": "^3.2.2" | |
17 }, | |
18 "_requiredBy": [ | |
19 "/" | |
20 ], | |
21 "_resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-3.3.0.tgz", | |
22 "_shasum": "510d1b37cd99463f2439fc7c673577b8398ac2f2", | |
23 "_spec": "feather-icons@^3.2.2", | |
24 "_where": "/srv/http/premieradmin-bs4/dist", | |
25 "author": { | |
26 "name": "Cole Bemis", | |
27 "email": "[email protected]", | |
28 "url": "http://colebemis.com" | |
29 }, | |
30 "bugs": { | |
31 "url": "https://github.com/colebemis/feather/issues" | |
32 }, | |
33 "bundleDependencies": false, | |
34 "config": { | |
35 "commitizen": { | |
36 "path": "cz-conventional-changelog" | |
37 } | |
38 }, | |
39 "deprecated": false, | |
40 "description": "Simply beautiful open source icons", | |
41 "devDependencies": { | |
42 "babel-cli": "^6.24.1", | |
43 "babel-loader": "^7.1.1", | |
44 "babel-preset-es2015": "^6.24.1", | |
45 "babel-register": "^6.24.1", | |
46 "commitizen": "^2.9.6", | |
47 "core-js": "^2.4.1", | |
48 "cz-conventional-changelog": "^2.0.0", | |
49 "eslint": "^4.0.0", | |
50 "eslint-config-airbnb-base": "^11.2.0", | |
51 "eslint-plugin-import": "^2.5.0", | |
52 "husky": "^0.13.4", | |
53 "parse5": "^3.0.2", | |
54 "rsvp": "^3.6.0", | |
55 "semantic-release": "^6.3.6", | |
56 "svgo": "^0.7.2", | |
57 "validate-commit-msg": "^2.12.1", | |
58 "webpack": "^3.0.0" | |
59 }, | |
60 "files": [ | |
61 "dist" | |
62 ], | |
63 "homepage": "https://github.com/colebemis/feather#readme", | |
64 "license": "MIT", | |
65 "main": "dist/feather.js", | |
66 "name": "feather-icons", | |
67 "repository": { | |
68 "type": "git", | |
69 "url": "git+https://github.com/colebemis/feather.git" | |
70 }, | |
71 "scripts": { | |
72 "all": "make", | |
73 "build": "make build", | |
74 "cm": "git-cz", | |
75 "commitmsg": "validate-commit-msg", | |
76 "lint": "make lint", | |
77 "semantic-release": "semantic-release pre && npm publish && semantic-release post" | |
78 }, | |
79 "version": "3.3.0" | |
80 } |