Sha256: ea2513c371a531cab098b4c73321fc16f988599253d6f9591b41764b0e9870f6
Contents?: true
Size: 904 Bytes
Versions: 28
Compression:
Stored size: 904 Bytes
Contents
{ "name": "bytes", "description": "Utility to parse a string bytes to bytes and vice-versa", "version": "3.1.0", "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", "contributors": [ "Jed Watson <jed.watson@me.com>", "Théo FIDRY <theo.fidry@gmail.com>" ], "license": "MIT", "keywords": [ "byte", "bytes", "utility", "parse", "parser", "convert", "converter" ], "repository": "visionmedia/bytes.js", "devDependencies": { "eslint": "5.12.1", "mocha": "5.2.0", "nyc": "13.1.0" }, "files": [ "History.md", "LICENSE", "Readme.md", "index.js" ], "engines": { "node": ">= 0.8" }, "scripts": { "lint": "eslint .", "test": "mocha --check-leaks --reporter spec", "test-ci": "nyc --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } }
Version data entries
28 entries across 27 versions & 9 rubygems