1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/idb/package.json
2020-03-03 22:30:50 +02:00

56 lines
1.4 KiB
JSON

{
"_args": [
[
"idb@3.0.2",
"C:\\Users\\matia\\Musix"
]
],
"_from": "idb@3.0.2",
"_id": "idb@3.0.2",
"_inBundle": false,
"_integrity": "sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw==",
"_location": "/idb",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "idb@3.0.2",
"name": "idb",
"escapedName": "idb",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/@firebase/installations"
],
"_resolved": "https://registry.npmjs.org/idb/-/idb-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Jake Archibald"
},
"browser": "build/idb.js",
"bugs": {
"url": "https://github.com/jakearchibald/indexeddb-promised/issues"
},
"description": "IndexedDB but with promises",
"devDependencies": {
"rollup": "^1.0.2"
},
"homepage": "https://github.com/jakearchibald/indexeddb-promised#readme",
"license": "ISC",
"main": "lib/node.js",
"module": "lib/idb.mjs",
"name": "idb",
"repository": {
"type": "git",
"url": "git://github.com/jakearchibald/indexeddb-promised.git"
},
"scripts": {
"build": "rollup lib/idb.mjs --file build/idb.js --format umd --name idb"
},
"typings": "lib/idb.d.ts",
"version": "3.0.2"
}