Sha256: 68d592ad682ef144925e2a33a8107698b24f86f3faa544afe68a5a29bb8d169a
Contents?: true
Size: 846 Bytes
Versions: 23
Compression:
Stored size: 846 Bytes
Contents
{ "name": "@nodelib/fs.stat", "version": "2.0.3", "description": "Get the status of a file with some features", "license": "MIT", "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat", "keywords": [ "NodeLib", "fs", "FileSystem", "file system", "stat" ], "engines": { "node": ">= 8" }, "main": "out/index.js", "typings": "out/index.d.ts", "scripts": { "clean": "rimraf {tsconfig.tsbuildinfo,out}", "lint": "eslint \"src/**/*.ts\" --cache", "compile": "tsc -b .", "compile:watch": "tsc -p . --watch --sourceMap", "test": "mocha \"out/**/*.spec.js\" -s 0", "build": "npm run clean && npm run compile && npm run lint && npm test", "watch": "npm run clean && npm run compile:watch" }, "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf" }
Version data entries
23 entries across 23 versions & 1 rubygems