W72crm_web-master/node_modules/convert-source-map/package.json

70 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"_from": "convert-source-map@^1.5.0",
"_id": "convert-source-map@1.9.0",
"_inBundle": false,
"_integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
"_location": "/convert-source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "convert-source-map@^1.5.0",
"name": "convert-source-map",
"escapedName": "convert-source-map",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
"_shasum": "7faae62353fb4213366d0ca98358d22e8368b05f",
"_spec": "convert-source-map@^1.5.0",
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\babel-core",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/thlorenz/convert-source-map/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"devDependencies": {
"inline-source-map": "~0.6.2",
"tap": "~9.0.0"
},
"engine": {
"node": ">=0.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/thlorenz/convert-source-map",
"keywords": [
"convert",
"sourcemap",
"source",
"map",
"browser",
"debug"
],
"license": "MIT",
"main": "index.js",
"name": "convert-source-map",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/convert-source-map.git"
},
"scripts": {
"test": "tap test/*.js --color"
},
"version": "1.9.0"
}