UNPKG

node-version-call

Version:

Call a function in a specific version of node

76 lines (75 loc) 1.71 kB
{ "name": "node-version-call", "version": "1.6.53", "description": "Call a function in a specific version of node", "keywords": [ "apis", "batch", "cross-fetch", "fetch", "form", "gapi", "google", "http", "https", "isomorphic-fetch", "message", "multipart", "node-fetch", "parser", "parser-multipart", "parts", "typescript" ], "homepage": "https://github.com/kmalakoff/node-version-call#README.md", "bugs": { "url": "https://github.com/kmalakoff/node-version-call/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/node-version-call.git" }, "license": "MIT", "author": { "name": "Kevin Malakoff", "email": "kmalakoff@gmail.com", "url": "https://github.com/kmalakoff" }, "type": "module", "exports": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs", "types": "./dist/types/index.d.ts" }, "main": "dist/cjs/index.cjs", "module": "dist/dist/esm/index.mjs", "types": "dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe src/ test/", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines npm run test", "version": "tsds version" }, "dependencies": { "function-exec-sync": "^1.2.21", "node-version-install": "^1.1.53", "node-version-utils": "^1.2.14" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "is-version": "*", "lodash.keys": "*", "rimraf2": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }