You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
5.1 KiB
191 lines
5.1 KiB
{
|
|
"name": "@remix-project/remix-url-resolver",
|
|
"version": "0.0.44",
|
|
"description": "Solidity import url resolver engine",
|
|
"main": "src/index.js",
|
|
"types": "src/index.d.ts",
|
|
"scripts": {
|
|
"test": "./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/remix-project.git"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"remix",
|
|
"resolve",
|
|
"import"
|
|
],
|
|
"author": "Remix Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@erebos/bzz-node": "^0.13.0",
|
|
"axios": "1.2.2",
|
|
"url": "^0.11.0",
|
|
"valid-url": "^1.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.7",
|
|
"@types/mocha": "^5.2.5",
|
|
"@types/node": "^10.12.18",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.1.0",
|
|
"remix-plugin": "0.0.1-alpha.2",
|
|
"ts-node": "^7.0.1",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "^3.1.6"
|
|
},
|
|
"typings": "src/index.d.ts",
|
|
"gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72",
|
|
"peerDependencies": {
|
|
"@babel/code-frame": "7.15.8",
|
|
"@babel/helper-validator-identifier": "7.15.7",
|
|
"@babel/highlight": "7.16.0",
|
|
"@babel/runtime": "7.16.3",
|
|
"@cspotcode/source-map-support": "0.8.1",
|
|
"@erebos/bzz": "0.13.0",
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14",
|
|
"@jridgewell/trace-mapping": "0.3.9",
|
|
"@tsconfig/node10": "1.0.9",
|
|
"@tsconfig/node12": "1.0.11",
|
|
"@tsconfig/node14": "1.0.3",
|
|
"@tsconfig/node16": "1.0.3",
|
|
"@ungap/promise-all-settled": "1.1.2",
|
|
"acorn": "8.8.1",
|
|
"acorn-walk": "8.2.0",
|
|
"ansi-colors": "4.1.1",
|
|
"ansi-regex": "2.1.1",
|
|
"ansi-styles": "4.3.0",
|
|
"anymatch": "3.1.2",
|
|
"arg": "4.1.3",
|
|
"argparse": "2.0.1",
|
|
"assert": "1.5.0",
|
|
"assertion-error": "1.1.0",
|
|
"asynckit": "0.4.0",
|
|
"balanced-match": "1.0.2",
|
|
"base64-js": "1.5.1",
|
|
"binary-extensions": "2.2.0",
|
|
"bl": "4.1.0",
|
|
"brace-expansion": "1.1.11",
|
|
"braces": "3.0.2",
|
|
"browser-stdout": "1.3.1",
|
|
"builtin-modules": "1.1.1",
|
|
"camelcase": "6.2.1",
|
|
"chalk": "4.1.0",
|
|
"check-error": "1.0.2",
|
|
"chokidar": "3.5.1",
|
|
"cliui": "7.0.4",
|
|
"code-point-at": "1.1.0",
|
|
"color-convert": "2.0.1",
|
|
"color-name": "1.1.4",
|
|
"combined-stream": "1.0.8",
|
|
"commander": "2.20.3",
|
|
"concat-map": "0.0.1",
|
|
"create-require": "1.1.1",
|
|
"debug": "4.3.1",
|
|
"decamelize": "4.0.0",
|
|
"deep-eql": "4.1.2",
|
|
"delayed-stream": "1.0.0",
|
|
"diff": "5.0.0",
|
|
"emoji-regex": "8.0.0",
|
|
"end-of-stream": "1.4.4",
|
|
"escalade": "3.1.1",
|
|
"escape-string-regexp": "4.0.0",
|
|
"esprima": "4.0.1",
|
|
"fill-range": "7.0.1",
|
|
"find-up": "5.0.0",
|
|
"flat": "5.0.2",
|
|
"follow-redirects": "1.15.2",
|
|
"form-data": "3.0.1",
|
|
"fs-constants": "1.0.0",
|
|
"fs.realpath": "1.0.0",
|
|
"function-bind": "1.1.1",
|
|
"get-caller-file": "2.0.5",
|
|
"get-func-name": "2.0.0",
|
|
"glob": "7.1.6",
|
|
"glob-parent": "5.1.2",
|
|
"growl": "1.10.5",
|
|
"has": "1.0.3",
|
|
"has-flag": "4.0.0",
|
|
"he": "1.2.0",
|
|
"ieee754": "1.2.1",
|
|
"inflight": "1.0.6",
|
|
"inherits": "2.0.4",
|
|
"is-binary-path": "2.1.0",
|
|
"is-core-module": "2.8.0",
|
|
"is-extglob": "2.1.1",
|
|
"is-fullwidth-code-point": "1.0.0",
|
|
"is-glob": "4.0.3",
|
|
"is-number": "7.0.0",
|
|
"is-plain-obj": "2.1.0",
|
|
"isexe": "2.0.0",
|
|
"js-tokens": "4.0.0",
|
|
"js-yaml": "4.0.0",
|
|
"locate-path": "6.0.0",
|
|
"log-symbols": "4.0.0",
|
|
"loupe": "2.3.4",
|
|
"make-error": "1.3.6",
|
|
"mime-db": "1.51.0",
|
|
"mime-types": "2.1.34",
|
|
"minimatch": "3.0.4",
|
|
"minimist": "1.2.6",
|
|
"ms": "2.1.2",
|
|
"nanoid": "3.1.20",
|
|
"node-fetch": "2.6.7",
|
|
"normalize-path": "3.0.0",
|
|
"number-is-nan": "1.0.1",
|
|
"object-assign": "4.1.1",
|
|
"once": "1.4.0",
|
|
"p-limit": "3.1.0",
|
|
"p-locate": "5.0.0",
|
|
"path-exists": "4.0.0",
|
|
"path-is-absolute": "1.0.1",
|
|
"path-parse": "1.0.7",
|
|
"pathval": "1.1.1",
|
|
"picomatch": "2.3.0",
|
|
"proxy-from-env": "1.1.0",
|
|
"punycode": "1.3.2",
|
|
"querystring": "0.2.0",
|
|
"randombytes": "2.1.0",
|
|
"readable-stream": "3.6.0",
|
|
"readdirp": "3.5.0",
|
|
"regenerator-runtime": "0.13.7",
|
|
"require-directory": "2.1.1",
|
|
"resolve": "1.20.0",
|
|
"safe-buffer": "5.2.1",
|
|
"serialize-javascript": "5.0.1",
|
|
"sprintf-js": "1.0.3",
|
|
"string-width": "1.0.2",
|
|
"string_decoder": "1.3.0",
|
|
"strip-ansi": "3.0.1",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "7.2.0",
|
|
"tar-stream": "2.2.0",
|
|
"to-regex-range": "5.0.1",
|
|
"tr46": "0.0.3",
|
|
"tslib": "1.14.1",
|
|
"tsutils": "2.29.0",
|
|
"type-detect": "4.0.8",
|
|
"util": "0.10.3",
|
|
"util-deprecate": "1.0.2",
|
|
"v8-compile-cache-lib": "3.0.1",
|
|
"webidl-conversions": "3.0.1",
|
|
"whatwg-url": "5.0.0",
|
|
"which": "2.0.2",
|
|
"wide-align": "1.1.3",
|
|
"workerpool": "6.1.0",
|
|
"wrap-ansi": "7.0.0",
|
|
"wrappy": "1.0.2",
|
|
"y18n": "5.0.8",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0",
|
|
"yn": "3.1.1",
|
|
"yocto-queue": "0.1.0"
|
|
}
|
|
} |