Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pack.gl

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pack.gl - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

js/class/DirectoryCleaner.js

125

package.json
{
"name": "pack.gl",
"description": "Package Builder.",
"version": "0.0.1",
"config": {
"version_short": "0.0"
},
"keywords": [
"pack.gl",
"pack",
"packager",
"framework",
"web"
],
"homepage": "https://www.pack.gl/",
"author": "Lars van Vianen <lars@vianen.com> (https://vianen.com)",
"contributors": [
"Scape Agency <info@scape.agency>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/scape-agency/pack.gl.git"
},
"bugs": {
"url": "https://github.com/scape-agency/pack.gl/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"main": "src/scss/index.scss",
"type": "module",
"module": "dist/js/pack.gl.js",
"style": "dist/css/pack.gl.css",
"sass": "src/scss/index.scss",
"scripts": {
"format": "npx prettier --write .",
"lint": "eslint 'src/**/*.ts' || true",
"prettify": "prettier --write 'src/**/*.ts'",
"dev": "webpack --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js",
"serve": "webpack serve --mode development --config webpack.config.js",
"start": "webpack-dev-server --mode development --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/webpack": "^5.28.1",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-prettier": "^5.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.2",
"prettier": "^3.0.3",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"sass-to-string": "^1.6.3",
"style-loader": "^3.3.3",
"terser": "^5.26.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"files": [
"dist/js/**/*.{js,map}",
"dist/css/**/*.{css,map}",
"dist/font/**/*.{eot,otf,ttf,woff,woff2}",
"src/ts/**/*.ts",
"src/scss/**/*.scss",
"src/font/**/*.{ttf,woff,woff2}"
],
"hugo-bin": {
"buildTags": "extended"
},
"jspm": {
"registry": "npm",
"main": "dist/js/pack.gl.js",
"directories": {
"lib": "src"
},
"shim": {},
"dependencies": {},
"peerDependencies": {}
}
}
"name": "pack.gl",
"version": "0.0.2",
"description": "Package Builder.",
"keywords": [
"pack.gl",
"pack",
"packager",
"framework",
"web"
],
"license": "Apache-2.0",
"homepage": "https://www.pack.gl/",
"main": "index.js",
"files": [
"svg/**/*.svg",
"js/**/*.{js,map}",
"ts/**/*.ts",
"css/**/*.{css,map}",
"scss/**/*.scss",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"!.DS_Store"
]
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc