Comparing version 0.0.1-prealpha to 0.0.1-prealpha.1
{ | ||
"name": "sb-util", | ||
"version": "0.0.1-prealpha", | ||
"version": "0.0.1-prealpha.1", | ||
"description": "Scratch blocks utilities: open and query Scratch blocks formats", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bocoup/sb-util" | ||
}, | ||
"main": "index.js", | ||
"repository": "https://github.com/bocoup/sb-util", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"test": "jest" | ||
}, | ||
@@ -18,10 +16,7 @@ "keywords": [ | ||
], | ||
"author": { | ||
"name": "Bocoup, LLC - GAIA team", | ||
"url": "https://bocoup.com" | ||
}, | ||
"author": "Bocoup, LLC - GAIA team (https://bocoup.com)", | ||
"contributors": [ | ||
{ | ||
"name": "Erika Miguel-Yeo", | ||
"email": "erika@bocoup.com" | ||
"name": "Erika Miguel-Yeo", | ||
"email": "erika@bocoup.com" | ||
}, | ||
@@ -46,5 +41,10 @@ { | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"jsonpath": "^1.0.2" | ||
} | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"files": [ | ||
"dist" | ||
] | ||
} |
@@ -1,7 +0,15 @@ | ||
# Purpose | ||
This repo demonstrates a proof of concept for the .sb3 utility for Scratch. It is a naive Javascript implementation to illustrate the different ways a project.json can be queried to get insightful information about a Scratch project. | ||
# sb-util | ||
**sb-util** is a utility that allows developers to query a Scratch Project for collections of sprites, blocks, assets, and any other information within a *.sb3 file's project.json. | ||
## Running the script | ||
This repo holds the TypeScript implementation of sb-util, which can be imported as a JavaScript library or used as a CLI. | ||
# Development | ||
## Build | ||
``` | ||
node sbutil.js | ||
yarn build | ||
``` | ||
## Run Tests | ||
``` | ||
yarn test | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
9722
0
17
2
16
142
2
1
- Removedjsonpath@^1.0.2
- Removeddeep-is@0.1.4(transitive)
- Removedescodegen@1.14.3(transitive)
- Removedesprima@1.2.24.0.1(transitive)
- Removedestraverse@4.3.0(transitive)
- Removedesutils@2.0.3(transitive)
- Removedfast-levenshtein@2.0.6(transitive)
- Removedjsonpath@1.1.1(transitive)
- Removedlevn@0.3.0(transitive)
- Removedoptionator@0.8.3(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedstatic-eval@2.0.2(transitive)
- Removedtype-check@0.3.2(transitive)
- Removedunderscore@1.12.1(transitive)
- Removedword-wrap@1.2.5(transitive)