2019-04-24 19:29:04 +08:00

84 lines
1.9 KiB
JSON

{
"_from": "file-icon",
"_id": "file-icon@3.1.0",
"_inBundle": false,
"_integrity": "sha512-1+EdWiwE4S7Wa/SCEcEC+StMcT/OEVdw0RbGmD5ZmlsUL9Kqf6SyXzSbhxa9p2isIfORtCh3/lEflGdbMNX8fA==",
"_location": "/file-icon",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "file-icon",
"name": "file-icon",
"escapedName": "file-icon",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/file-icon/-/file-icon-3.1.0.tgz",
"_shasum": "f1639685d74b9ae621eeb809576e7a3d22c9fe8b",
"_spec": "file-icon",
"_where": "/Users/lichao/onedrive/Configs/uTools/ProcessKiller",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/file-icon/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get the icon of a file or app as a PNG image (macOS)",
"devDependencies": {
"ava": "^0.25.0",
"execa": "^1.0.0",
"file-type": "^9.0.0",
"tempy": "^0.2.1",
"xo": "^0.23.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"file-icon"
],
"homepage": "https://github.com/sindresorhus/file-icon#readme",
"keywords": [
"macos",
"file",
"icon",
"app",
"png",
"application",
"icons",
"path",
"filepath",
"bundle",
"id",
"image",
"size",
"swift",
"pid",
"process",
"id"
],
"license": "MIT",
"name": "file-icon",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/file-icon.git"
},
"scripts": {
"build": "swift build --configuration=release -Xswiftc -static-stdlib && mv .build/release/file-icon .",
"prepublish": "npm run build",
"test": "xo && ava"
},
"version": "3.1.0"
}