@lazy-ipfs/make-url-list
Version:
77 lines (76 loc) • 2.16 kB
JSON
{
"name": "@lazy-ipfs/make-url-list",
"version": "1.1.1",
"description": "",
"keywords": [
"IPFS",
"ipfs",
"multihash",
"multiformats",
"hash",
"multibase",
"encode",
"decode",
"formats",
"libp2p",
"datastore",
"unixfs",
"cid",
"dweb",
"node",
"webrtc",
"swarm",
"pubsub",
"p2p",
"ipns",
"ipld"
],
"homepage": "https://github.com/bluelovers/ws-ipfs/tree/master/packages/@lazy-ipfs/make-url-list#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-ipfs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-ipfs.git",
"directory": "packages/@lazy-ipfs/make-url-list"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "yarn run test -- --coverage",
"lint": "ynpx --quiet eslint -- **/*.ts",
"test": "jest",
"test:jest": "jest --passWithNoTests",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"preversion": "echo preversion && yarn run test",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"ncu": "yarn-tool ncu -u",
"sort-package-json": "yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"@lazy-ipfs/detect-cid-lib": "^1.1.1",
"@lazy-ipfs/ipfs-api-url": "^1.1.1",
"@lazy-ipfs/ipfs-subdomain": "^1.1.1",
"@lazy-ipfs/parse-ipfs-path": "^1.1.1",
"array-hyper-unique": "^2.1.4",
"ipfs-server-list": "^1.1.1",
"ipfs-util-lib": "^1.1.1",
"lazy-url": "^2.0.4",
"to-ipfs-url": "^1.1.1",
"tslib": "^2"
},
"peerDependencies": {
"ipfs-core-types": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "375cfd1869f0560547d9bf679d91450f8b22dbb7"
}