File Explorer

/proc/thread-self/root/var/runtime/node_modules/@aws-sdk/node_modules/reinterval

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.json672 B · 33 lines
{  "name": "reinterval",  "version": "1.1.0",  "description": "reschedulable setInterval for node.js",  "main": "index.js",  "scripts": {    "test": "mocha tests/"  },  "repository": {    "type": "git",    "url": "https://github.com/4rzael/reInterval.git"  },  "keywords": [    "node",    "nodejs",    "setInterval",    "retimer",    "schedule"  ],  "author": "4rzael",  "license": "MIT",  "bugs": {    "url": "https://github.com/4rzael/reInterval/issues"  },  "homepage": "https://github.com/4rzael/reInterval",  "devDependencies": {    "mocha": "^2.3.4",    "chai": "^3.4.1",    "chai-as-promised": "^5.1.0",    "es6-shim": "^0.33.13"  }}