File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/strnum

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

3 dirs
8 files
package.json636 B · 31 lines
{  "name": "strnum",  "version": "2.2.3",  "description": "Parse String to Number based on configuration",  "type": "module",  "main": "strnum.js",  "scripts": {    "test": "jasmine tests/*_test.js"  },  "keywords": [    "string",    "number",    "parse",    "convert"  ],  "repository": {    "type": "git",    "url": "https://github.com/NaturalIntelligence/strnum"  },  "author": "Amit Gupta (https://amitkumargupta.work/)",  "license": "MIT",  "funding": [    {      "type": "github",      "url": "https://github.com/sponsors/NaturalIntelligence"    }  ],  "devDependencies": {    "jasmine": "^5.6.0"  }}