2025-04-19 15:38:48 +08:00

94 lines
2.6 KiB
JSON

{
"_from": "keyvaluestorage-interface@^1.0.0",
"_id": "keyvaluestorage-interface@1.0.0",
"_inBundle": false,
"_integrity": "sha512-8t6Q3TclQ4uZynJY9IGr2+SsIGwK9JHcO6ootkHCGA0CrQCRy+VkouYNO2xicET6b9al7QKzpebNow+gkpCL8g==",
"_location": "/keyvaluestorage-interface",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keyvaluestorage-interface@^1.0.0",
"name": "keyvaluestorage-interface",
"escapedName": "keyvaluestorage-interface",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@walletconnect/jsonrpc-types"
],
"_resolved": "https://registry.npmmirror.com/keyvaluestorage-interface/-/keyvaluestorage-interface-1.0.0.tgz",
"_shasum": "13ebdf71f5284ad54be94bd1ad9ed79adad515ff",
"_spec": "keyvaluestorage-interface@^1.0.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\jsonrpc-types",
"author": {
"name": "Pedro Gomes",
"email": "github.com/pedrouid"
},
"bugs": {
"url": "https://github.com/pedrouid/keyvaluestorage-interface/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Isomorphic Key-Value Storage Interface",
"devDependencies": {
"@types/jest": "25.1.1",
"@types/node": "13.7.0",
"husky": "4.2.1",
"tsdx": "0.12.3",
"tslib": "1.10.0",
"typescript": "3.7.5",
"webpack": "4.41.6",
"webpack-cli": "3.3.11"
},
"files": [
"dist"
],
"homepage": "https://github.com/pedrouid/keyvaluestorage-interface",
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"keywords": [
"iso",
"isomorphic",
"store",
"storage",
"localstorage",
"asyncstorage",
"sequelize",
"sqlite",
"interface"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"name": "keyvaluestorage-interface",
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedrouid/keyvaluestorage-interface.git"
},
"scripts": {
"build": "yarn clean && yarn build:cjs && yarn build:umd",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"clean": "rm -rf dist",
"lint": "tsdx lint src test",
"prepare": "yarn lint && yarn build && yarn test",
"start": "tsdx watch",
"test": "yarn test:pre && yarn test:run",
"test:pre": "rm -rf ./test/test.db",
"test:run": "tsdx test ./test"
},
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"version": "1.0.0"
}