Comparing version 0.0.1 to 0.0.2
109
package.json
{ | ||
"name": "spiky-cli", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
"bin": { | ||
"spiky": "dist/index.js" | ||
}, | ||
"scripts": { | ||
"install": "yarn", | ||
"build": "tsc --build" | ||
}, | ||
"keywords": [ | ||
"spiky.js", | ||
"cli", | ||
"node" | ||
], | ||
"author": "Leon Anneken <lanneken09@gmail.com> (https://leontm.me)", | ||
"bugs": { | ||
"url": "https://github.com/leontm-dev/spiky-cli/issues", | ||
"email": "lanneken09@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/leontm-dev/spiky-cli.git" | ||
}, | ||
"homepage": "https://github.com/leontm-dev/spiky-cli/readme.md", | ||
"funding": { | ||
"type": "buymeacoffee", | ||
"url": "https://www.buymeacoffee.com/leontm" | ||
}, | ||
"badges": [ | ||
{ | ||
"href": "https://img.shields.io/github/issues/leontm-dev/spiky-cli", | ||
"url": "https://img.shields.io/github/issues/leontm-dev/spiky-cli", | ||
"description": "GitHub issues", | ||
"alt": "GitHub issues", | ||
"img": "https://img.shields.io/github/issues/leontm-dev/spiky-cli" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/github/license/leontm-dev/spiky-cli", | ||
"href": "https://img.shields.io/github/license/leontm-dev/spiky-cli", | ||
"description": "GitHub license", | ||
"alt": "GitHub license", | ||
"img": "https://img.shields.io/github/license/leontm-dev/spiky-cli" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/github/stars/leontm-dev/spiky-cli", | ||
"href": "https://img.shields.io/github/stars/leontm-dev/spiky-cli", | ||
"description": "GitHub stars", | ||
"alt": "GitHub stars", | ||
"img": "https://img.shields.io/github/stars/leontm-dev/spiky-cli" | ||
}, | ||
{ | ||
"url": "https://img.shields.io/github/forks/leontm-dev/spiky-cli", | ||
"href": "https://img.shields.io/github/forks/leontm-dev/spiky-cli", | ||
"description": "GitHub forks", | ||
"alt": "GitHub forks", | ||
"img": "https://img.shields.io/github/forks/leontm-dev/spiky-cli" | ||
} | ||
], | ||
"icon": "https://raw.githubusercontent.com/leontm-dev/spiky-cli/main/assets/icon.png", | ||
"license": "MIT", | ||
"description": "This is a CLI for spiky.js, it converts your spiky.js code to Python code and is able to make the code executable on the SPIKE Prime Robot.", | ||
"devDependencies": { | ||
"@types/node": "^22.7.5", | ||
"chalk": "^5.3.0", | ||
"typescript": "^5.6.3", | ||
"yargs": "^17.7.2" | ||
}, | ||
"dependencies": { | ||
"spiky.js": "^0.2.0" | ||
} | ||
"name": "spiky-cli", | ||
"description": "A", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"type": "module", | ||
"bin": { | ||
"spiky-cli": "index.js", | ||
"spiky": "index.js" | ||
}, | ||
"author": { | ||
"name": "Leon Anneken ", | ||
"email": "lanneken09@gmail.com", | ||
"url": "https://leontm.me" | ||
}, | ||
"keywords": [ | ||
"spiky-cli", | ||
"spiky.js" | ||
], | ||
"files": [ | ||
"index.js", | ||
"utils" | ||
], | ||
"scripts": { | ||
"format": "prettier --write \"./**/*.{ts,js,json}\"", | ||
"build": "yarn && tsc" | ||
}, | ||
"dependencies": { | ||
"args": "^5.0.3", | ||
"chalk": "^5.3.0", | ||
"read-pkg": "^9.0.1", | ||
"spiky.js": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/args": "^5.0.3", | ||
"@types/node": "^22.7.5", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
5
76
0
Yes
2264
4
1
+ Addedargs@^5.0.3
+ Addedchalk@^5.3.0
+ Addedread-pkg@^9.0.1
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@types/normalize-package-data@2.4.4(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedargs@5.0.3(transitive)
+ Addedcamelcase@5.0.0(transitive)
+ Addedchalk@2.4.25.3.0(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedhosted-git-info@7.0.2(transitive)
+ Addedindex-to-position@0.1.2(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedleven@2.1.0(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedmri@1.1.4(transitive)
+ Addednormalize-package-data@6.0.2(transitive)
+ Addedparse-json@8.1.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedread-pkg@9.0.1(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedspdx-correct@3.2.0(transitive)
+ Addedspdx-exceptions@2.5.0(transitive)
+ Addedspdx-expression-parse@3.0.1(transitive)
+ Addedspdx-license-ids@3.0.20(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedtype-fest@4.28.0(transitive)
+ Addedunicorn-magic@0.1.0(transitive)
+ Addedvalidate-npm-package-license@3.0.4(transitive)