File Explorer

/proc/self/root/proc/self/root/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 /.

package.json666 B · 32 lines
{  "name": "strnum",  "version": "2.3.0",  "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://solothought.work/)",  "license": "MIT",  "funding": [    {      "type": "github",      "url": "https://github.com/sponsors/NaturalIntelligence"    }  ],  "devDependencies": {    "@byspec/numbers": "^0.1.1",    "jasmine": "^5.6.0"  }}