2015-12-26 19:05:51 +02:00
|
|
|
{
|
2016-02-03 14:22:58 +07:00
|
|
|
"name": "orbit-db",
|
2022-05-09 22:44:03 -05:00
|
|
|
"version": "0.28.6",
|
2016-05-07 11:58:38 +02:00
|
|
|
"description": "Distributed p2p database on IPFS",
|
2015-12-26 19:05:51 +02:00
|
|
|
"author": "Haad",
|
2016-01-20 16:05:47 +08:00
|
|
|
"license": "MIT",
|
2016-03-03 15:37:54 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-03-31 10:54:56 +02:00
|
|
|
"url": "https://github.com/orbitdb/orbit-db"
|
2016-03-03 15:37:54 +01:00
|
|
|
},
|
2016-02-03 14:22:58 +07:00
|
|
|
"engines": {
|
2022-03-29 11:14:50 -05:00
|
|
|
"node": ">=16.0.0"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
2020-12-07 03:57:58 -06:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"dist"
|
|
|
|
],
|
2016-04-27 08:48:12 +02:00
|
|
|
"main": "src/OrbitDB.js",
|
2015-12-26 19:05:51 +02:00
|
|
|
"dependencies": {
|
2022-01-20 03:25:00 -06:00
|
|
|
"ipfs-pubsub-1on1": "0.0.8",
|
2019-05-09 17:37:48 -04:00
|
|
|
"is-node": "^1.0.2",
|
2018-11-30 16:40:19 -05:00
|
|
|
"localstorage-down": "^0.6.7",
|
2017-03-31 10:54:56 +02:00
|
|
|
"logplease": "^1.2.14",
|
2020-08-21 19:04:17 -04:00
|
|
|
"multihashes": "~3.0.1",
|
2021-09-27 15:29:24 -05:00
|
|
|
"orbit-db-access-controllers": "^0.3.2",
|
2019-10-03 18:31:02 +01:00
|
|
|
"orbit-db-cache": "~0.3.0",
|
2021-11-16 10:32:59 +02:00
|
|
|
"orbit-db-counterstore": "^1.12.1",
|
2020-09-05 17:15:14 -04:00
|
|
|
"orbit-db-docstore": "~1.12.0",
|
|
|
|
"orbit-db-eventstore": "~1.12.0",
|
|
|
|
"orbit-db-feedstore": "~1.12.0",
|
2019-12-04 12:55:36 +00:00
|
|
|
"orbit-db-identity-provider": "~0.3.0",
|
2021-09-27 15:29:24 -05:00
|
|
|
"orbit-db-io": "^1.0.1",
|
2019-12-04 12:55:36 +00:00
|
|
|
"orbit-db-keystore": "~0.3.0",
|
2020-09-05 17:15:14 -04:00
|
|
|
"orbit-db-kvstore": "~1.12.0",
|
|
|
|
"orbit-db-pubsub": "~0.6.0",
|
2019-12-11 14:57:50 +00:00
|
|
|
"orbit-db-storage-adapter": "~0.5.3",
|
2022-05-02 13:34:48 -05:00
|
|
|
"orbit-db-store": "^4.3.4",
|
2022-04-24 12:32:45 +02:00
|
|
|
"wherearewe": "^1.0.2"
|
2015-12-26 19:05:51 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-21 19:04:17 -04:00
|
|
|
"adm-zip": "^0.4.16",
|
2019-05-09 17:37:48 -04:00
|
|
|
"babel-cli": "^6.26.0",
|
2017-03-31 10:54:56 +02:00
|
|
|
"babel-core": "^6.26.0",
|
2020-08-21 19:04:17 -04:00
|
|
|
"babel-loader": "^8.1.0",
|
2017-03-31 10:54:56 +02:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
2019-02-20 13:16:29 +00:00
|
|
|
"babel-preset-env": "^1.7.0",
|
2022-02-23 13:24:43 -03:00
|
|
|
"chromium": "^3.0.3",
|
2020-08-21 19:04:17 -04:00
|
|
|
"cpy-cli": "^3.1.1",
|
|
|
|
"cross-env": "^7.0.2",
|
2021-09-29 20:43:46 -05:00
|
|
|
"eslint": "^6.8.0",
|
2020-08-21 19:04:17 -04:00
|
|
|
"fs-extra": "^9.0.1",
|
2021-09-27 15:18:35 -05:00
|
|
|
"ganache-cli": "^6.12.2",
|
2021-09-27 18:52:00 -05:00
|
|
|
"go-ipfs": "^0.9.1",
|
2021-09-26 17:54:43 -05:00
|
|
|
"ipfs": "^0.59.0",
|
2021-09-05 16:21:10 -05:00
|
|
|
"ipfsd-ctl": "^10.0.3",
|
2019-10-03 18:31:02 +01:00
|
|
|
"localstorage-level-migration": "~0.1.0",
|
2018-08-08 18:07:51 -04:00
|
|
|
"markdown-toc": "^1.2.0",
|
2020-08-21 19:04:17 -04:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-10-21 14:42:34 +03:00
|
|
|
"mocha": "^9.1.3",
|
2021-09-29 20:43:46 -05:00
|
|
|
"node-pre-gyp": "^0.13.0",
|
2021-03-20 14:29:07 -05:00
|
|
|
"open-cli": "^6.0.1",
|
2021-09-27 15:29:24 -05:00
|
|
|
"orbit-db-test-utils": "^1.3.0",
|
2020-08-21 19:04:17 -04:00
|
|
|
"p-each-series": "^2.1.0",
|
|
|
|
"p-map": "^4.0.0",
|
|
|
|
"p-map-series": "^2.1.0",
|
|
|
|
"p-whilst": "^2.1.0",
|
|
|
|
"pify": "^5.0.0",
|
2022-02-23 13:24:43 -03:00
|
|
|
"puppeteer-core": "^13.4.0",
|
2020-08-21 19:04:17 -04:00
|
|
|
"remark-cli": "^8.0.1",
|
|
|
|
"remark-validate-links": "^10.0.2",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"standard": "^14.3.4",
|
|
|
|
"validate-maintainers": "^1.2.2",
|
2021-09-27 15:18:35 -05:00
|
|
|
"web3": "^1.5.3",
|
2019-12-11 14:57:50 +00:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-12-09 17:35:10 -06:00
|
|
|
"examples:eventlog": "node examples/eventlog.js",
|
|
|
|
"examples:keyvalue": "node examples/keyvalue.js",
|
2021-03-20 14:29:07 -05:00
|
|
|
"examples:browser": "open-cli examples/browser/browser.html",
|
|
|
|
"examples:browser-webpack": "open-cli examples/browser/browser-webpack-example/index.html",
|
2018-08-13 14:48:42 -04:00
|
|
|
"lint:docs": "remark -qf -u validate-links .",
|
2019-07-18 09:28:17 +01:00
|
|
|
"test:all": "npm run test:browser-multiple-tabs && npm run test",
|
2021-10-21 14:42:34 +03:00
|
|
|
"test": "cross-env TEST=all mocha --config test/.mocharc.js",
|
2021-09-26 17:54:43 -05:00
|
|
|
"test:browser-multiple-tabs": "npm run build:dist && cpy dist/orbitdb.min.js ./test/browser --rename=orbitdb.js && cpy node_modules/ipfs/index.min.js ./test/browser --rename=ipfs.js && cpy node_modules/orbit-db-identity-provider/dist/index-browser.min.js ./test/browser --rename=identities.js && cpy node_modules/ipfs-log/dist/ipfslog.min.js ./test/browser && mocha ./test/browser/concurrent.spec.js",
|
2018-08-13 14:48:42 -04:00
|
|
|
"build": "npm run build:es5 && npm run build:debug && npm run build:dist && npm run build:examples && npm run build:docs/toc",
|
2019-12-02 16:04:59 -05:00
|
|
|
"build:examples": "webpack --config conf/webpack.example.config.js --sort-modules-by size",
|
2020-12-09 18:42:27 -06:00
|
|
|
"build:dist": "webpack --config conf/webpack.config.js --sort-modules-by size",
|
|
|
|
"build:debug": "webpack --config conf/webpack.debug.config.js --sort-modules-by size",
|
2018-11-26 10:55:28 -05:00
|
|
|
"build:docs/toc": "markdown-toc --no-first1 -i README.md && markdown-toc --no-first1 -i API.md && markdown-toc --no-first1 -i GUIDE.md && markdown-toc --no-first1 -i CHANGELOG.md && markdown-toc --no-first1 -i FAQ.md ",
|
2020-12-07 03:54:29 -06:00
|
|
|
"build:es5": "babel src --out-dir ./dist/es5/ --presets babel-preset-env --plugins babel-plugin-transform-runtime",
|
2021-10-07 13:36:57 -05:00
|
|
|
"prepublishOnly": "npm run build"
|
2019-04-04 14:41:50 +00:00
|
|
|
},
|
2019-05-09 17:37:48 -04:00
|
|
|
"standard": {
|
|
|
|
"env": "mocha",
|
|
|
|
"ignore": [
|
|
|
|
"test/**",
|
|
|
|
"examples/**",
|
|
|
|
"benchmarks/**"
|
|
|
|
]
|
|
|
|
},
|
2019-04-04 14:41:50 +00:00
|
|
|
"localMaintainers": [
|
|
|
|
"haad <haad@haja.io>",
|
|
|
|
"shamb0t <shams@haja.io>",
|
|
|
|
"hajamark <mark@haja.io>"
|
2019-10-08 10:29:14 -04:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"crdt",
|
|
|
|
"database",
|
|
|
|
"decentralized",
|
|
|
|
"decentralised",
|
|
|
|
"distributed",
|
|
|
|
"ipfs",
|
|
|
|
"p2p",
|
|
|
|
"peer-to-peer"
|
2019-04-04 14:41:50 +00:00
|
|
|
]
|
2015-12-26 19:05:51 +02:00
|
|
|
}
|