File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/once

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.json574 B · 34 lines
{  "name": "once",  "version": "1.4.0",  "description": "Run a function exactly one time",  "main": "once.js",  "directories": {    "test": "test"  },  "dependencies": {    "wrappy": "1"  },  "devDependencies": {    "tap": "^7.0.1"  },  "scripts": {    "test": "tap test/*.js"  },  "files": [    "once.js"  ],  "repository": {    "type": "git",    "url": "git://github.com/isaacs/once"  },  "keywords": [    "once",    "function",    "one",    "single"  ],  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",  "license": "ISC"}