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.
420 lines
12 KiB
420 lines
12 KiB
{
|
|
"name": "@remix-project/remixd",
|
|
"version": "0.6.11",
|
|
"description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)",
|
|
"main": "index.js",
|
|
"types": "./index.d.ts",
|
|
"bin": {
|
|
"remixd": "./src/bin/remixd.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/remix-project.git"
|
|
},
|
|
"keywords": [
|
|
"remix",
|
|
"ide",
|
|
"ethereum",
|
|
"solidity"
|
|
],
|
|
"author": "Remix Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/remix-project/issues"
|
|
},
|
|
"homepage": "https://github.com/ethereum/remix-project#readme",
|
|
"dependencies": {
|
|
"@remixproject/plugin": "^0.3.11",
|
|
"@remixproject/plugin-api": "^0.3.11",
|
|
"@remixproject/plugin-utils": "^0.3.11",
|
|
"@remixproject/plugin-ws": "^0.3.11",
|
|
"axios": "1.1.2",
|
|
"chokidar": "^2.1.8",
|
|
"commander": "^9.4.1",
|
|
"fs-extra": "^3.0.1",
|
|
"isbinaryfile": "^3.0.2",
|
|
"ws": "^7.3.0",
|
|
"latest-version": "^5.1.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"python": {
|
|
"execPath": "python3",
|
|
"dependencies": {
|
|
"vyper": ">=0.1.0b3"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/node": "^14.0.5",
|
|
"@types/ws": "^7.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^3.2.0",
|
|
"@typescript-eslint/parser": "^3.2.0",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-standard": "14.1.1",
|
|
"eslint-plugin-import": "2.20.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"nodemon": "^2.0.4",
|
|
"ts-node": "^8.10.1",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16",
|
|
"peerDependencies": {
|
|
"tslib": "2.0.1",
|
|
"follow-redirects": "1.15.2",
|
|
"form-data": "4.0.0",
|
|
"asynckit": "0.4.0",
|
|
"combined-stream": "1.0.8",
|
|
"delayed-stream": "1.0.0",
|
|
"mime-types": "2.1.34",
|
|
"mime-db": "1.51.0",
|
|
"proxy-from-env": "1.1.0",
|
|
"anymatch": "2.0.0",
|
|
"micromatch": "3.1.10",
|
|
"arr-diff": "4.0.0",
|
|
"array-unique": "0.3.2",
|
|
"braces": "2.3.2",
|
|
"arr-flatten": "1.1.0",
|
|
"extend-shallow": "2.0.1",
|
|
"is-extendable": "0.1.1",
|
|
"fill-range": "4.0.0",
|
|
"is-number": "3.0.0",
|
|
"kind-of": "3.2.2",
|
|
"is-buffer": "1.1.6",
|
|
"repeat-string": "1.6.1",
|
|
"to-regex-range": "2.1.1",
|
|
"isobject": "3.0.1",
|
|
"repeat-element": "1.1.4",
|
|
"snapdragon": "0.8.2",
|
|
"base": "0.11.2",
|
|
"cache-base": "1.0.1",
|
|
"collection-visit": "1.0.0",
|
|
"map-visit": "1.0.0",
|
|
"object-visit": "1.0.1",
|
|
"component-emitter": "1.3.0",
|
|
"get-value": "2.0.6",
|
|
"has-value": "1.0.0",
|
|
"has-values": "1.0.0",
|
|
"set-value": "2.0.1",
|
|
"is-plain-object": "2.0.4",
|
|
"split-string": "3.1.0",
|
|
"assign-symbols": "1.0.0",
|
|
"to-object-path": "0.3.0",
|
|
"union-value": "1.0.1",
|
|
"arr-union": "3.1.0",
|
|
"unset-value": "1.0.0",
|
|
"isarray": "1.0.0",
|
|
"class-utils": "0.3.6",
|
|
"define-property": "0.2.5",
|
|
"is-descriptor": "0.1.6",
|
|
"is-accessor-descriptor": "0.1.6",
|
|
"is-data-descriptor": "0.1.4",
|
|
"static-extend": "0.1.2",
|
|
"object-copy": "0.1.0",
|
|
"copy-descriptor": "0.1.1",
|
|
"mixin-deep": "1.3.2",
|
|
"for-in": "1.0.2",
|
|
"pascalcase": "0.1.1",
|
|
"debug": "2.6.9",
|
|
"ms": "2.0.0",
|
|
"map-cache": "0.2.2",
|
|
"source-map": "0.5.7",
|
|
"source-map-resolve": "0.5.3",
|
|
"atob": "2.1.2",
|
|
"decode-uri-component": "0.2.2",
|
|
"resolve-url": "0.2.1",
|
|
"source-map-url": "0.4.1",
|
|
"urix": "0.1.0",
|
|
"use": "3.1.1",
|
|
"snapdragon-node": "2.1.1",
|
|
"snapdragon-util": "3.0.1",
|
|
"to-regex": "3.0.2",
|
|
"regex-not": "1.0.2",
|
|
"safe-regex": "1.1.0",
|
|
"ret": "0.1.15",
|
|
"extglob": "2.0.4",
|
|
"expand-brackets": "2.1.4",
|
|
"posix-character-classes": "0.1.1",
|
|
"fragment-cache": "0.2.1",
|
|
"nanomatch": "1.2.13",
|
|
"is-windows": "1.0.2",
|
|
"object.pick": "1.3.0",
|
|
"normalize-path": "2.1.1",
|
|
"remove-trailing-separator": "1.1.0",
|
|
"async-each": "1.0.3",
|
|
"glob-parent": "3.1.0",
|
|
"is-glob": "3.1.0",
|
|
"is-extglob": "2.1.1",
|
|
"path-dirname": "1.0.2",
|
|
"inherits": "2.0.3",
|
|
"is-binary-path": "1.0.1",
|
|
"binary-extensions": "1.13.1",
|
|
"path-is-absolute": "1.0.1",
|
|
"readdirp": "2.2.1",
|
|
"graceful-fs": "4.2.8",
|
|
"readable-stream": "2.2.9",
|
|
"buffer-shims": "1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"process-nextick-args": "1.0.7",
|
|
"string_decoder": "1.0.0",
|
|
"util-deprecate": "1.0.2",
|
|
"upath": "1.2.0",
|
|
"jsonfile": "3.0.1",
|
|
"universalify": "0.1.2",
|
|
"buffer-alloc": "1.2.0",
|
|
"buffer-alloc-unsafe": "1.1.0",
|
|
"buffer-fill": "1.0.0",
|
|
"package-json": "6.5.0",
|
|
"got": "9.6.0",
|
|
"@sindresorhus/is": "0.14.0",
|
|
"@szmarczak/http-timer": "1.1.2",
|
|
"defer-to-connect": "1.1.3",
|
|
"cacheable-request": "6.1.0",
|
|
"clone-response": "1.0.2",
|
|
"mimic-response": "1.0.1",
|
|
"get-stream": "5.2.0",
|
|
"pump": "3.0.0",
|
|
"end-of-stream": "1.4.4",
|
|
"once": "1.4.0",
|
|
"wrappy": "1.0.2",
|
|
"http-cache-semantics": "4.1.0",
|
|
"keyv": "3.1.0",
|
|
"json-buffer": "3.0.0",
|
|
"lowercase-keys": "2.0.0",
|
|
"normalize-url": "4.5.1",
|
|
"responselike": "1.0.2",
|
|
"decompress-response": "3.3.0",
|
|
"duplexer3": "0.1.4",
|
|
"p-cancelable": "1.1.0",
|
|
"to-readable-stream": "1.0.0",
|
|
"url-parse-lax": "3.0.0",
|
|
"prepend-http": "2.0.0",
|
|
"registry-auth-token": "4.2.1",
|
|
"rc": "1.2.8",
|
|
"deep-extend": "0.6.0",
|
|
"ini": "1.3.8",
|
|
"minimist": "1.2.6",
|
|
"strip-json-comments": "2.0.1",
|
|
"registry-url": "5.1.0",
|
|
"@typescript-eslint/scope-manager": "5.40.1",
|
|
"@typescript-eslint/types": "5.40.1",
|
|
"@typescript-eslint/visitor-keys": "5.40.1",
|
|
"eslint-visitor-keys": "3.3.0",
|
|
"@typescript-eslint/type-utils": "5.40.1",
|
|
"@typescript-eslint/typescript-estree": "5.40.1",
|
|
"globby": "11.1.0",
|
|
"array-union": "2.1.0",
|
|
"dir-glob": "3.0.1",
|
|
"path-type": "4.0.0",
|
|
"fast-glob": "3.2.12",
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"@nodelib/fs.walk": "1.2.8",
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"run-parallel": "1.2.0",
|
|
"queue-microtask": "1.2.3",
|
|
"fastq": "1.13.0",
|
|
"reusify": "1.0.4",
|
|
"merge2": "1.4.1",
|
|
"picomatch": "2.3.0",
|
|
"ignore": "5.2.0",
|
|
"slash": "3.0.0",
|
|
"lru-cache": "6.0.0",
|
|
"yallist": "4.0.0",
|
|
"tsutils": "3.21.0",
|
|
"@typescript-eslint/utils": "5.40.1",
|
|
"@types/json-schema": "7.0.11",
|
|
"eslint-scope": "5.1.1",
|
|
"esrecurse": "4.3.0",
|
|
"estraverse": "5.2.0",
|
|
"eslint-utils": "3.0.0",
|
|
"regexpp": "3.2.0",
|
|
"@eslint/eslintrc": "1.3.3",
|
|
"ajv": "6.12.6",
|
|
"fast-deep-equal": "3.1.3",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"json-schema-traverse": "0.4.1",
|
|
"uri-js": "4.4.1",
|
|
"punycode": "2.1.0",
|
|
"espree": "9.4.0",
|
|
"acorn": "8.8.1",
|
|
"acorn-jsx": "5.3.2",
|
|
"globals": "13.17.0",
|
|
"type-fest": "0.20.2",
|
|
"import-fresh": "3.3.0",
|
|
"parent-module": "1.0.1",
|
|
"callsites": "3.1.0",
|
|
"resolve-from": "4.0.0",
|
|
"js-yaml": "4.1.0",
|
|
"argparse": "2.0.1",
|
|
"minimatch": "3.1.2",
|
|
"brace-expansion": "1.1.11",
|
|
"balanced-match": "1.0.2",
|
|
"concat-map": "0.0.1",
|
|
"@humanwhocodes/config-array": "0.11.6",
|
|
"@humanwhocodes/object-schema": "1.2.1",
|
|
"@humanwhocodes/module-importer": "1.0.1",
|
|
"chalk": "4.1.0",
|
|
"ansi-styles": "4.3.0",
|
|
"color-convert": "2.0.1",
|
|
"color-name": "1.1.4",
|
|
"supports-color": "7.2.0",
|
|
"has-flag": "4.0.0",
|
|
"cross-spawn": "7.0.3",
|
|
"path-key": "3.1.1",
|
|
"shebang-command": "2.0.0",
|
|
"shebang-regex": "3.0.0",
|
|
"which": "2.0.2",
|
|
"isexe": "2.0.0",
|
|
"doctrine": "3.0.0",
|
|
"esutils": "2.0.3",
|
|
"escape-string-regexp": "4.0.0",
|
|
"esquery": "1.4.0",
|
|
"file-entry-cache": "6.0.1",
|
|
"flat-cache": "3.0.4",
|
|
"flatted": "3.2.7",
|
|
"glob": "7.1.4",
|
|
"fs.realpath": "1.0.0",
|
|
"inflight": "1.0.6",
|
|
"find-up": "5.0.0",
|
|
"locate-path": "6.0.0",
|
|
"p-locate": "5.0.0",
|
|
"p-limit": "3.1.0",
|
|
"yocto-queue": "0.1.0",
|
|
"path-exists": "4.0.0",
|
|
"grapheme-splitter": "1.0.4",
|
|
"imurmurhash": "0.1.4",
|
|
"is-path-inside": "3.0.3",
|
|
"js-sdsl": "4.1.5",
|
|
"json-stable-stringify-without-jsonify": "1.0.1",
|
|
"levn": "0.4.1",
|
|
"prelude-ls": "1.2.1",
|
|
"type-check": "0.4.0",
|
|
"lodash.merge": "4.6.2",
|
|
"natural-compare": "1.4.0",
|
|
"optionator": "0.9.1",
|
|
"deep-is": "0.1.4",
|
|
"word-wrap": "1.2.3",
|
|
"strip-ansi": "6.0.1",
|
|
"ansi-regex": "5.0.1",
|
|
"text-table": "0.2.0",
|
|
"array-includes": "3.1.4",
|
|
"call-bind": "1.0.2",
|
|
"function-bind": "1.1.1",
|
|
"get-intrinsic": "1.1.3",
|
|
"has": "1.0.3",
|
|
"has-symbols": "1.0.3",
|
|
"define-properties": "1.1.3",
|
|
"object-keys": "1.1.1",
|
|
"es-abstract": "1.19.1",
|
|
"es-to-primitive": "1.2.1",
|
|
"is-callable": "1.2.4",
|
|
"is-date-object": "1.0.5",
|
|
"has-tostringtag": "1.0.0",
|
|
"is-symbol": "1.0.4",
|
|
"get-symbol-description": "1.0.0",
|
|
"internal-slot": "1.0.3",
|
|
"side-channel": "1.0.4",
|
|
"object-inspect": "1.11.0",
|
|
"is-negative-zero": "2.0.1",
|
|
"is-regex": "1.1.4",
|
|
"is-shared-array-buffer": "1.0.1",
|
|
"is-string": "1.0.7",
|
|
"is-weakref": "1.0.1",
|
|
"object.assign": "4.1.2",
|
|
"string.prototype.trimend": "1.0.4",
|
|
"string.prototype.trimstart": "1.0.4",
|
|
"unbox-primitive": "1.0.1",
|
|
"has-bigints": "1.0.1",
|
|
"which-boxed-primitive": "1.0.2",
|
|
"is-bigint": "1.0.4",
|
|
"is-boolean-object": "1.1.2",
|
|
"is-number-object": "1.0.6",
|
|
"array.prototype.flat": "1.3.0",
|
|
"function.prototype.name": "1.1.5",
|
|
"functions-have-names": "1.2.3",
|
|
"has-property-descriptors": "1.0.0",
|
|
"regexp.prototype.flags": "1.4.3",
|
|
"safe-regex-test": "1.0.0",
|
|
"es-shim-unscopables": "1.0.0",
|
|
"eslint-import-resolver-node": "0.3.6",
|
|
"resolve": "1.20.0",
|
|
"is-core-module": "2.8.0",
|
|
"path-parse": "1.0.7",
|
|
"eslint-module-utils": "2.7.4",
|
|
"object.values": "1.1.5",
|
|
"supports-preserve-symlinks-flag": "1.0.0",
|
|
"tsconfig-paths": "3.14.1",
|
|
"@types/json5": "0.0.29",
|
|
"json5": "1.0.1",
|
|
"strip-bom": "3.0.0",
|
|
"eslint-plugin-es": "3.0.1",
|
|
"ignore-by-default": "1.0.1",
|
|
"pstree.remy": "1.1.8",
|
|
"touch": "3.1.0",
|
|
"nopt": "1.0.10",
|
|
"abbrev": "1.1.1",
|
|
"undefsafe": "2.0.5",
|
|
"update-notifier": "5.1.0",
|
|
"boxen": "5.1.2",
|
|
"ansi-align": "3.0.1",
|
|
"string-width": "4.2.3",
|
|
"emoji-regex": "8.0.0",
|
|
"is-fullwidth-code-point": "3.0.0",
|
|
"camelcase": "6.2.1",
|
|
"cli-boxes": "2.2.1",
|
|
"widest-line": "3.1.0",
|
|
"wrap-ansi": "7.0.0",
|
|
"configstore": "5.0.1",
|
|
"dot-prop": "5.3.0",
|
|
"is-obj": "2.0.0",
|
|
"make-dir": "3.1.0",
|
|
"unique-string": "2.0.0",
|
|
"crypto-random-string": "2.0.0",
|
|
"write-file-atomic": "3.0.3",
|
|
"is-typedarray": "1.0.0",
|
|
"signal-exit": "3.0.4",
|
|
"typedarray-to-buffer": "3.1.5",
|
|
"xdg-basedir": "4.0.0",
|
|
"has-yarn": "2.1.0",
|
|
"import-lazy": "2.1.0",
|
|
"is-ci": "2.0.0",
|
|
"ci-info": "2.0.0",
|
|
"is-installed-globally": "0.4.0",
|
|
"global-dirs": "3.0.0",
|
|
"is-npm": "5.0.0",
|
|
"is-yarn-global": "0.3.0",
|
|
"pupa": "2.1.1",
|
|
"escape-goat": "2.1.1",
|
|
"semver-diff": "3.1.1",
|
|
"@cspotcode/source-map-support": "0.8.1",
|
|
"@jridgewell/trace-mapping": "0.3.9",
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14",
|
|
"@tsconfig/node10": "1.0.9",
|
|
"@tsconfig/node12": "1.0.11",
|
|
"@tsconfig/node14": "1.0.3",
|
|
"@tsconfig/node16": "1.0.3",
|
|
"acorn-walk": "8.2.0",
|
|
"arg": "4.1.3",
|
|
"create-require": "1.1.1",
|
|
"diff": "4.0.2",
|
|
"make-error": "1.3.6",
|
|
"v8-compile-cache-lib": "3.0.1",
|
|
"yn": "3.1.1",
|
|
"create-error-class": "3.0.2",
|
|
"capture-stack-trace": "1.0.0",
|
|
"is-redirect": "1.0.0",
|
|
"is-retry-allowed": "1.1.0",
|
|
"is-stream": "1.1.0",
|
|
"safe-buffer": "5.2.1",
|
|
"timed-out": "4.0.1",
|
|
"unzip-response": "2.0.1",
|
|
"klaw": "1.3.1"
|
|
}
|
|
} |