Files
peiwan-uniapp/uni_modules/c-svga/node_modules/svgaplayerweb/package.json

62 lines
1.8 KiB
JSON
Raw Normal View History

2025-01-21 01:46:34 +08:00
{
"_from": "svgaplayerweb@^2.3.2",
"_id": "svgaplayerweb@2.3.2",
"_inBundle": false,
"_integrity": "sha512-QuTvNIgy3W6Mi4h74SczEHUtAwb8m3ax7Ai7xRLUuN6hjJh49RGtWOWq1IuF2I7ECcl0HAYn8FcTn99UDz9UiQ==",
"_location": "/svgaplayerweb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svgaplayerweb@^2.3.2",
"name": "svgaplayerweb",
"escapedName": "svgaplayerweb",
"rawSpec": "^2.3.2",
"saveSpec": null,
"fetchSpec": "^2.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/svgaplayerweb/-/svgaplayerweb-2.3.2.tgz",
"_shasum": "15595b8dcc20cf4de4adc3103970b7cf5ae19a84",
"_spec": "svgaplayerweb@^2.3.2",
"_where": "C:\\Users\\pc\\Documents\\HBuilderProjects\\Sapp\\uni_modules\\c-svga",
"author": {
"name": "YYUED"
},
"bugs": {
"url": "https://github.com/yyued/SVGAPlayer-Web/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Language: [中文](README.zh.md)",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"http-server": "^0.10.0",
"pako": "^1.0.6",
"protobufjs": "^6.8.0",
"uglify-js": "^3.1.2",
"value-animator": "git+https://github.com/yyued/value-animator.git",
"webpack": "^3.6.0"
},
"homepage": "https://github.com/yyued/SVGAPlayer-Web#readme",
"license": "Apache License 2.0",
"main": "./build/svga.min.js",
"name": "svgaplayerweb",
"repository": {
"type": "git",
"url": "git+https://github.com/yyued/SVGAPlayer-Web.git"
},
"scripts": {
"build": "webpack",
"start": "http-server ./ & webpack -w & open http://127.0.0.1:8080/tests/"
},
"types": "index.d.ts",
"version": "2.3.2"
}