File Explorer

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

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.json958 B · 46 lines
{  "name": "isarray",  "description": "Array#isArray for older browsers",  "version": "1.0.0",  "repository": {    "type": "git",    "url": "git://github.com/juliangruber/isarray.git"  },  "homepage": "https://github.com/juliangruber/isarray",  "main": "index.js",  "dependencies": {},  "devDependencies": {    "tape": "~2.13.4"  },  "keywords": [    "browser",    "isarray",    "array"  ],  "author": {    "name": "Julian Gruber",    "email": "mail@juliangruber.com",    "url": "http://juliangruber.com"  },  "license": "MIT",  "testling": {    "files": "test.js",    "browsers": [      "ie/8..latest",      "firefox/17..latest",      "firefox/nightly",      "chrome/22..latest",      "chrome/canary",      "opera/12..latest",      "opera/next",      "safari/5.1..latest",      "ipad/6.0..latest",      "iphone/6.0..latest",      "android-browser/4.2..latest"    ]  },  "scripts": {    "test": "tape test.js"  }}