You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
3.0 KiB
108 lines
3.0 KiB
1 year ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"ionicons@4.4.6",
|
||
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit"
|
||
|
]
|
||
|
],
|
||
|
"_from": "ionicons@4.4.6",
|
||
|
"_id": "ionicons@4.4.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-X+HRyn6Y0HXxSEjIOSH+p7He8QEaAJj3644Ce+MBFVwA8GHbTaPQcA/hO/L9AxzERrOd5UtN1JkgD1TSgPR7IA==",
|
||
|
"_location": "/ionicons",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "ionicons@4.4.6",
|
||
|
"name": "ionicons",
|
||
|
"escapedName": "ionicons",
|
||
|
"rawSpec": "4.4.6",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.4.6"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.4.6.tgz",
|
||
|
"_spec": "4.4.6",
|
||
|
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit",
|
||
|
"author": {
|
||
|
"name": "Ben Sperry",
|
||
|
"url": "https://twitter.com/benjsperry"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/ionic-team/ionicons/issues"
|
||
|
},
|
||
|
"collection": "dist/collection/collection-manifest.json",
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Adam Bradley",
|
||
|
"url": "http://twitter.com/adamdbradley"
|
||
|
}
|
||
|
],
|
||
|
"description": "Premium icons for Ionic.",
|
||
|
"devDependencies": {
|
||
|
"@stencil/core": "0.14.0-4",
|
||
|
"@stencil/router": "0.3.0",
|
||
|
"@stencil/sass": "0.1.1",
|
||
|
"@types/highlight.js": "^9.12.3",
|
||
|
"@types/jest": "^23.1.3",
|
||
|
"@types/puppeteer": "1.6.4",
|
||
|
"archiver": "^2.1.1",
|
||
|
"fs-extra": "4.0.2",
|
||
|
"highlight.js": "^9.12.0",
|
||
|
"jest": "23.6.0",
|
||
|
"jest-cli": "23.6.0",
|
||
|
"node-sass": "4.9.3",
|
||
|
"np": "3.0.4",
|
||
|
"pixelmatch": "4.0.2",
|
||
|
"puppeteer": "1.7.0",
|
||
|
"svgo": "1.1.1",
|
||
|
"tslint": "^5.11.0",
|
||
|
"tslint-ionic-rules": "0.0.19"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/"
|
||
|
],
|
||
|
"homepage": "http://ionicons.com/",
|
||
|
"keywords": [
|
||
|
"ionicons",
|
||
|
"ionic",
|
||
|
"icon",
|
||
|
"svg",
|
||
|
"font",
|
||
|
"mobile",
|
||
|
"web component",
|
||
|
"component",
|
||
|
"custom element"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"module": "dist/esm/index.js",
|
||
|
"name": "ionicons",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ionic-team/ionicons.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run clean && npm run lint.ts && npm run build.icon && npm run generate && npm run build.data && npm run build.css && npm run build.docs && npm run copy.tasks && npm run test",
|
||
|
"build.css": "node scripts/build-css.js",
|
||
|
"build.data": "node scripts/data.js",
|
||
|
"build.docs": "stencil build --config src/docs/stencil.config.ts",
|
||
|
"build.icon": "stencil build",
|
||
|
"clean": "node scripts/clean.js",
|
||
|
"copy.tasks": "node scripts/copy-tasks.js",
|
||
|
"dev": "npm run build && stencil build --dev --watch --serve --es5 --config src/docs/stencil.config.js",
|
||
|
"generate": "python scripts/generate.py",
|
||
|
"lint.ts": "tslint --project .",
|
||
|
"lint.ts.fix": "tslint --project . --fix",
|
||
|
"mode.comparison": "node scripts/mode-comparison.js",
|
||
|
"release": "np --any-branch --yolo",
|
||
|
"test": "stencil test --spec"
|
||
|
},
|
||
|
"types": "dist/types/components.d.ts",
|
||
|
"unpkg": "dist/ionicons.js",
|
||
|
"version": "4.4.6"
|
||
|
}
|