{
	"_from": "muxing-my-tools",
	"_id": "muxing-my-tools@1.0.9",
	"_inBundle": false,
	"_integrity": "sha512-dYKe9FJ5iEwO9OkcH9T5/b+Ie+uQl7nHI4hetGtXOyB/nwKksl/T3hOgurk0epL5d3WiH18/OmnqgszJ+YAHMg==",
	"_location": "/muxing-my-tools",
	"_phantomChildren": {},
	"_requested": {
		"type": "tag",
		"registry": true,
		"raw": "muxing-my-tools",
		"name": "muxing-my-tools",
		"escapedName": "muxing-my-tools",
		"rawSpec": "",
		"saveSpec": null,
		"fetchSpec": "latest"
	},
	"_requiredBy": [
		"#USER",
		"/"
	],
	"_resolved": "https://registry.npmjs.org/muxing-my-tools/-/muxing-my-tools-1.0.5.tgz",
	"_shasum": "35b4154ebf12e3601c2f0e218affe71a60499d02",
	"_spec": "muxing-my-tools",
	"_where": "/Users/muxing/study/mytools",
	"author": {
		"name": "muxing"
	},
	"bundleDependencies": false,
	"dependencies": {
		"webpack": "^5.28.0",
		"webpack-cli": "^4.5.0"
	},
	"deprecated": false,
	"description": "自定义工具包",
	"directories": {
		"test": "test"
	},
	"keywords": [
		"utils",
		"array",
		"object",
		"function",
		"string",
		"axios",
		"event-bus",
		"pub-sub",
		"promise"
	],
	"license": "ISC",
	"main": "./dist/myTools-utils.js",
	"name": "muxing-my-tools",
	"scripts": {
		"build:watch": "webpack --watch",
		"build": "webpack",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"version": "1.0.9"
}