12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "minidev",
- "dependencies": {
- "lodash": "^4.17.21",
- "tar": "^6.1.11",
- "chalk": "^4.1.2",
- "request": "^2.88.2",
- "request-promise-native": "^1.0.9",
- "archiver": "^5.3.0",
- "watchpack": "^2.2.0",
- "express": "^4.0.0",
- "execa": "^5.1.1",
- "ws": "^8.6.0",
- "bent": "^7.3.1",
- "winston": "^3.3.3",
- "chokidar": "^3.4.0",
- "compressing": "^1.5.1",
- "bufferutil": "^4.0.1",
- "commander": "^8.1.0",
- "fs-extra": "^10.0.0",
- "download": "^8.0.0",
- "superagent": "^6.1.0",
- "superagent-proxy": "^3.0.0",
- "reflect-metadata": "^0.1.13"
- },
- "peerDependencies": {
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "utf-8-validate": {
- "optional": true
- }
- },
- "version": "2.0.8",
- "types": "index.d.ts",
- "bin": {
- "minidev": "bin/minidev.js"
- },
- "main": "lib/index",
- "scripts": {
- "postinstall": "node ./scripts/post-install.js"
- }
- }
|