@speedy-js/source-map
Version:
Speedy source-map
74 lines • 2.1 kB
JSON
{
"name": "@speedy-js/source-map",
"version": "0.1.3",
"description": "Speedy source-map",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/speedy-js/sourcemap.git",
"authors": [
{
"name": "h-a-n-a",
"email": "andywangsy@gmail.com"
}
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"sourcemap",
"speedy",
"napi",
"N-API",
"napi-rs"
],
"files": [
"index.js",
"index.d.ts",
"binding.js"
],
"napi": {
"name": "speedy-sourcemap",
"triples": {
"defaults": true,
"additional": [
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"i686-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"aarch64-apple-darwin",
"x86_64-unknown-freebsd",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"aarch64-linux-android",
"armv7-linux-androideabi"
]
}
},
"engines": {
"node": ">= 10"
},
"optionalDependencies": {
"@speedy-js/source-map-win32-x64-msvc": "0.1.3",
"@speedy-js/source-map-darwin-x64": "0.1.3",
"@speedy-js/source-map-linux-x64-gnu": "0.1.3",
"@speedy-js/source-map-linux-x64-musl": "0.1.3",
"@speedy-js/source-map-linux-arm64-gnu": "0.1.3",
"@speedy-js/source-map-win32-ia32-msvc": "0.1.3",
"@speedy-js/source-map-linux-arm-gnueabihf": "0.1.3",
"@speedy-js/source-map-darwin-arm64": "0.1.3",
"@speedy-js/source-map-freebsd-x64": "0.1.3",
"@speedy-js/source-map-linux-arm64-musl": "0.1.3",
"@speedy-js/source-map-win32-arm64-msvc": "0.1.3",
"@speedy-js/source-map-android-arm64": "0.1.3",
"@speedy-js/source-map-android-arm-eabi": "0.1.3"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release --js binding.js --pipe \"prettier -w\"",
"build:debug": "napi build --platform --js binding.js --pipe \"prettier -w\"",
"lint": "echo lint",
"version": "napi version"
}
}