134 lines
2.8 KiB
JSON
134 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"conf@7.1.2",
|
|
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "conf@7.1.2",
|
|
"_id": "conf@7.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-2WeKnY8E3ov1zUdRBdqP2uScLsQ=",
|
|
"_location": "/conf",
|
|
"_phantomChildren": {
|
|
"lru-cache": "6.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "conf@7.1.2",
|
|
"name": "conf",
|
|
"escapedName": "conf",
|
|
"rawSpec": "7.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-store"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/conf/download/conf-7.1.2.tgz",
|
|
"_spec": "7.1.2",
|
|
"_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"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"test/*",
|
|
"!test/index.test-d.ts"
|
|
],
|
|
"timeout": "1m",
|
|
"typescript": {
|
|
"rewritePaths": {
|
|
"test/": "dist/test/"
|
|
}
|
|
}
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/conf/issues"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^6.12.2",
|
|
"atomically": "^1.3.1",
|
|
"debounce-fn": "^4.0.0",
|
|
"dot-prop": "^5.2.0",
|
|
"env-paths": "^2.2.0",
|
|
"json-schema-typed": "^7.0.3",
|
|
"make-dir": "^3.1.0",
|
|
"onetime": "^5.1.0",
|
|
"pkg-up": "^3.1.0",
|
|
"semver": "^7.3.2"
|
|
},
|
|
"description": "Simple config handling for your app or module",
|
|
"devDependencies": {
|
|
"@ava/typescript": "^1.1.1",
|
|
"@sindresorhus/tsconfig": "^0.7.0",
|
|
"@types/node": "^14.0.14",
|
|
"@types/semver": "^7.3.1",
|
|
"@types/write-file-atomic": "^3.0.1",
|
|
"ava": "^3.9.0",
|
|
"clear-module": "^4.1.1",
|
|
"del": "^5.1.0",
|
|
"del-cli": "^3.0.1",
|
|
"delay": "^4.3.0",
|
|
"nyc": "^15.1.0",
|
|
"p-event": "^4.2.0",
|
|
"tempy": "^0.5.0",
|
|
"tsd": "^0.12.1",
|
|
"typescript": "3.9.6",
|
|
"xo": "^0.32.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"dist/source"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/conf#readme",
|
|
"keywords": [
|
|
"config",
|
|
"store",
|
|
"app",
|
|
"storage",
|
|
"conf",
|
|
"configuration",
|
|
"settings",
|
|
"preferences",
|
|
"json",
|
|
"data",
|
|
"persist",
|
|
"persistent",
|
|
"save",
|
|
"load",
|
|
"read",
|
|
"write",
|
|
"cache"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/source",
|
|
"name": "conf",
|
|
"nyc": {
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"exclude": [
|
|
"**/test/**"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/conf.git"
|
|
},
|
|
"scripts": {
|
|
"build": "del-cli dist && tsc",
|
|
"prepare": "npm run build",
|
|
"test": "xo && npm run build && nyc ava"
|
|
},
|
|
"types": "dist/source",
|
|
"version": "7.1.2"
|
|
}
|