Files
heros/extensions/Excel转JSON/node_modules/electron-store/package.json
2024-08-18 23:38:55 +08:00

90 lines
2.1 KiB
JSON

{
"_args": [
[
"electron-store@6.0.1",
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
]
],
"_development": true,
"_from": "electron-store@6.0.1",
"_id": "electron-store@6.0.1",
"_inBundle": false,
"_integrity": "sha1-IXi53Deut0nZnPnR0bwJCJC5Itw=",
"_location": "/electron-store",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-store@6.0.1",
"name": "electron-store",
"escapedName": "electron-store",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.nlark.com/electron-store/download/electron-store-6.0.1.tgz",
"_spec": "6.0.1",
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/electron-store/issues"
},
"dependencies": {
"conf": "^7.1.2",
"type-fest": "^0.16.0"
},
"description": "Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc",
"devDependencies": {
"ava": "^2.1.0",
"electron": "^9.1.0",
"execa": "^4.0.3",
"tsd": "^0.13.1",
"xo": "^0.32.1"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/electron-store#readme",
"keywords": [
"electron",
"store",
"app",
"config",
"storage",
"conf",
"configuration",
"settings",
"preferences",
"json",
"data",
"persist",
"persistent",
"save"
],
"license": "MIT",
"name": "electron-store",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/electron-store.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "6.0.1",
"xo": {
"envs": [
"node",
"browser"
]
}
}