Socket
Socket
Sign inDemoInstall

clef-parse

Package Overview
Dependencies
16
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

dist/index.js

34

package.json
{
"name": "clef-parse",
"version": "0.0.0",
"main": "index.js"
"version": "0.1.0",
"description": "Simple, lightweight argv parser. Powers the cleffa and clefairy packages",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist/* && tsc",
"test": "vitest"
},
"keywords": [
"cli",
"argv",
"parse",
"flag",
"command",
"line",
"arguments",
"options"
],
"author": "Lily Scott <me@suchipi.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.21",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"vitest": "^0.5.8"
},
"repository": {
"type": "git",
"url": "https://github.com/suchipi/clef-parse.git"
},
"dependencies": {
"change-case": "^4.1.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc