github-pages-deploy-action/node_modules/convert-source-map/package.json

79 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"convert-source-map@1.7.0",
"."
]
],
"_development": true,
"_from": "convert-source-map@1.7.0",
2020-03-31 20:42:07 +08:00
"_id": "convert-source-map@1.7.0",
"_inBundle": false,
"_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
"_location": "/convert-source-map",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "convert-source-map@1.7.0",
2020-03-31 20:42:07 +08:00
"name": "convert-source-map",
"escapedName": "convert-source-map",
2020-03-31 20:54:32 +08:00
"rawSpec": "1.7.0",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "1.7.0"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/@babel/core",
"/@jest/transform",
"/v8-to-istanbul"
],
"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "1.7.0",
"_where": ".",
2020-03-31 20:42:07 +08:00
"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"
},
"dependencies": {
"safe-buffer": "~5.1.1"
},
"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.7.0"
}