st-open-api
Version:
Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x
72 lines (71 loc) • 1.84 kB
JSON
{
"_from": "st-rm-rf@^2.0.0-beta.1",
"_id": "st-rm-rf@2.0.0-beta.1",
"_inBundle": false,
"_integrity": "sha512-UZ9EhClBDrJpUjXnT99Uomcd9sde9so5nq2ye1O2lYNdAerOAbEMMJdgkMLv5aupoBK4ebvE8flhMuSvlwR3fg==",
"_location": "/st-rm-rf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "st-rm-rf@^2.0.0-beta.1",
"name": "st-rm-rf",
"escapedName": "st-rm-rf",
"rawSpec": "^2.0.0-beta.1",
"saveSpec": null,
"fetchSpec": "^2.0.0-beta.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/st-rm-rf/-/st-rm-rf-2.0.0-beta.1.tgz",
"_shasum": "4a1b4b9d58eed29c18f2c018628b622ca363b7a1",
"_spec": "st-rm-rf@^2.0.0-beta.1",
"_where": "/home/runner/work/st-open-api/st-open-api/dist",
"author": {
"name": "Aron Homberg, Michael Mannseicher"
},
"bin": {
"st-rm-rf": "cli.js"
},
"bugs": {
"url": "https://github.com/springtype-org/springtype/issues"
},
"bundleDependencies": [
"chalk"
],
"dependencies": {
"chalk": "^4.0.0"
},
"deprecated": false,
"description": "CLI tool for platform independent removing of files and folders.",
"devDependencies": {
"@types/node": "^13.13.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=10"
},
"homepage": "https://springtype.org",
"keywords": [
"springtype rm -rf",
"st-rm-rf"
],
"license": "MIT",
"main": "index.js",
"name": "st-rm-rf",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/springtype-org/springtype.git"
},
"scripts": {
"build": "st-run st-rm-rf dist ++ system:tsc ++ st-cp README.md package.json node_modules dist",
"test": "ts-node test.ts"
},
"types": "index.d.ts",
"version": "2.0.0-beta.1"
}