initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

32
node_modules/mapstraction/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "mapstraction",
"version": "1.0.1",
"description": "Browserify plugin to extract sourcemaps",
"main": "index.js",
"scripts": {
"test": "jshint index.js"
},
"keywords": [
"browserify-plugin",
"sourcemaps",
"source-maps",
"externalize"
],
"author": "Matt Karl <matt.karl@jibo.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jiborobot/mapstraction"
},
"bugs": {
"url": "https://github.com/jiborobot/mapstraction/issues"
},
"homepage": "https://github.com/jiborobot/mapstraction",
"dependencies": {
"convert-source-map": "^1.2.0",
"through2": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.9.2"
}
}