Files
w4rpservices/node_modules/rework/node_modules/convert-source-map/package.json

65 lines
1.7 KiB
JSON

{
"_from": "convert-source-map@^0.3.3",
"_id": "convert-source-map@0.3.5",
"_inBundle": false,
"_integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=",
"_location": "/rework/convert-source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "convert-source-map@^0.3.3",
"name": "convert-source-map",
"escapedName": "convert-source-map",
"rawSpec": "^0.3.3",
"saveSpec": null,
"fetchSpec": "^0.3.3"
},
"_requiredBy": [
"/rework"
],
"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
"_shasum": "f1d802950af7dd2631a1febe0596550c86ab3190",
"_spec": "convert-source-map@^0.3.3",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\rework",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/convert-source-map/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"devDependencies": {
"inline-source-map": "~0.3.0",
"tap": "~0.4.3"
},
"engine": {
"node": ">=0.6"
},
"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"
},
"version": "0.3.5"
}