UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

37 lines (36 loc) 730 B
{ "name": "strnum", "version": "2.4.1", "description": "Parse String to Number based on configuration", "type": "module", "main": "strnum.js", "scripts": { "test": "jasmine tests/*_test.js" }, "keywords": [ "string", "number", "parse", "convert", "unicode" ], "repository": { "type": "git", "url": "https://github.com/NaturalIntelligence/strnum" }, "author": "Amit Gupta (https://solothought.work/)", "license": "MIT", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], "devDependencies": { "@byspec/numbers": "^0.1.1", "jasmine": "^5.6.0" }, "dependencies": { "anynum": "^1.0.1" } }