projecte_ionic/node_modules/ionicons/package.json
2022-02-09 18:30:03 +01:00

100 lines
2.6 KiB
JSON
Executable file

{
"_from": "ionicons@^5.5.3",
"_id": "ionicons@5.5.4",
"_inBundle": false,
"_integrity": "sha512-3ph8X9my3inhabWEZ7N0XRA0MnnNQ1v9a602mLNgWsIXnxE9G5BybIZ/pws/OZZ/hoNlvSjk801N03yL9/FNgQ==",
"_location": "/ionicons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ionicons@^5.5.3",
"name": "ionicons",
"escapedName": "ionicons",
"rawSpec": "^5.5.3",
"saveSpec": null,
"fetchSpec": "^5.5.3"
},
"_requiredBy": [
"/@ionic/core"
],
"_resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.4.tgz",
"_shasum": "5fef0c44038a630f5bb5f9a7dc83ec158bab95b1",
"_spec": "ionicons@^5.5.3",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@ionic/core",
"author": {
"name": "Ben Sperry",
"url": "https://twitter.com/benjsperry"
},
"bugs": {
"url": "https://github.com/ionic-team/ionicons/issues"
},
"bundleDependencies": false,
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"contributors": [
{
"name": "Adam Bradley",
"url": "http://twitter.com/adamdbradley"
}
],
"dependencies": {
"@stencil/core": "~2.10.0"
},
"deprecated": false,
"description": "Premium icons for Ionic.",
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/svgo": "^1.3.3",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"np": "^7.2.0",
"svgo": "1.3.2",
"typescript": "^4.1.3"
},
"files": [
"components/",
"dist/",
"icons/"
],
"homepage": "http://ionicons.com/",
"keywords": [
"icon pack",
"ionic",
"icon",
"svg",
"mobile",
"web component",
"component",
"custom element",
"material design",
"ios"
],
"license": "MIT",
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
"name": "ionicons",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionicons.git"
},
"scripts": {
"build": "tsc -p scripts/tsconfig.json && npm run build.files && npm run build.component && npm run collection.copy",
"build.component": "stencil build",
"build.files": "node scripts/build.js",
"collection.copy": "node scripts/collection-copy.js",
"release": "np --no-2fa",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec",
"version": "npm run build"
},
"sideEffects": [
"icons/imports/"
],
"types": "dist/types/index.d.ts",
"unpkg": "dist/ionicons.js",
"version": "5.5.4"
}