1 Star 1 Fork 0

wmlgl/gifuct-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
wuml 提交于 2024-08-14 14:50 . feat: 修复依赖分支
{
"name": "gifuct-js",
"version": "2.0.0",
"description": "Easy to use efficient .GIF parsing in javascript",
"main": "lib/index.js",
"scripts": {
"build": "npm run build-all && npm run build-lib",
"build-all": "webpack",
"build-lib": "babel src --out-dir lib",
"build-demo": "webpack demo/demo.js -o demo/demo.build.js --mode=\"none\"",
"dev": "webpack --watch demo/demo.js -o demo/demo.build.js --mode=\"none\" -d=eval-cheap-source-map"
},
"repository": {
"type": "git",
"url": "https://github.com/matt-way/gifuct-js.git"
},
"keywords": [
"gif",
"parser",
"javascript"
],
"author": "Matt Way",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-way/gifuct-js/issues"
},
"homepage": "https://github.com/matt-way/gifuct-js",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.2.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"_dependencies": {
"js-binary-schema-parser": "file:../jsBinarySchemaParser"
},
"dependencies": {
"core-js": "^3.8.0",
"js-binary-schema-parser": "git+ssh://git@git001.vgemv.com:60022/wuml/jsBinarySchemaParser.gif#master"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wmlgl/gifuct-js.git
git@gitee.com:wmlgl/gifuct-js.git
wmlgl
gifuct-js
gifuct-js
master

搜索帮助