chore: add yarn command to put compiled stylesheets into builds folder

This commit is contained in:
Nelson Jovel 2024-01-10 10:58:08 -08:00
parent 7ae453a61c
commit 6e46b46074
6788 changed files with 697992 additions and 12 deletions

31
node_modules/dependency-graph/package.json generated vendored Executable file
View file

@ -0,0 +1,31 @@
{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "0.11.0",
"author": "Jim Riecken <jriecken@gmail.com>",
"keywords": [
"dependency",
"graph"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jriecken/dependency-graph.git"
},
"bugs": {
"url": "http://github.com/jriecken/dependency-graph/issues"
},
"main": "./lib/dep_graph.js",
"scripts": {
"test": "jasmine specs/**/*.js"
},
"dependencies": {},
"optionalDependencies": {},
"devDependencies": {
"jasmine": "3.5.0"
},
"engines": {
"node": ">= 0.6.0"
},
"types": "./lib/index.d.ts"
}