Mercurial > nebulaweb3
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default/node_modules/feather-icons/package.json Sat May 31 09:21:51 2025 +0800 @@ -0,0 +1,80 @@ +{ + "_from": "feather-icons@^3.2.2", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-UQ0bN82ZRj8kOfx8ZzV3uDmKwvI=", + "_location": "/feather-icons", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "feather-icons@^3.2.2", + "name": "feather-icons", + "escapedName": "feather-icons", + "rawSpec": "^3.2.2", + "saveSpec": null, + "fetchSpec": "^3.2.2" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-3.3.0.tgz", + "_shasum": "510d1b37cd99463f2439fc7c673577b8398ac2f2", + "_spec": "feather-icons@^3.2.2", + "_where": "/srv/http/premieradmin-bs4/dist", + "author": { + "name": "Cole Bemis", + "email": "[email protected]", + "url": "http://colebemis.com" + }, + "bugs": { + "url": "https://github.com/colebemis/feather/issues" + }, + "bundleDependencies": false, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, + "deprecated": false, + "description": "Simply beautiful open source icons", + "devDependencies": { + "babel-cli": "^6.24.1", + "babel-loader": "^7.1.1", + "babel-preset-es2015": "^6.24.1", + "babel-register": "^6.24.1", + "commitizen": "^2.9.6", + "core-js": "^2.4.1", + "cz-conventional-changelog": "^2.0.0", + "eslint": "^4.0.0", + "eslint-config-airbnb-base": "^11.2.0", + "eslint-plugin-import": "^2.5.0", + "husky": "^0.13.4", + "parse5": "^3.0.2", + "rsvp": "^3.6.0", + "semantic-release": "^6.3.6", + "svgo": "^0.7.2", + "validate-commit-msg": "^2.12.1", + "webpack": "^3.0.0" + }, + "files": [ + "dist" + ], + "homepage": "https://github.com/colebemis/feather#readme", + "license": "MIT", + "main": "dist/feather.js", + "name": "feather-icons", + "repository": { + "type": "git", + "url": "git+https://github.com/colebemis/feather.git" + }, + "scripts": { + "all": "make", + "build": "make build", + "cm": "git-cz", + "commitmsg": "validate-commit-msg", + "lint": "make lint", + "semantic-release": "semantic-release pre && npm publish && semantic-release post" + }, + "version": "3.3.0" +}