123456789101112131415161718192021222324 |
- {
- "name": "bytes",
- "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
- "description": "byte size string parser / serializer",
- "repository": {
- "type": "git",
- "url": "https://github.com/visionmedia/bytes.js.git"
- },
- "version": "1.0.0",
- "main": "index.js",
- "dependencies": {},
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "component": {
- "scripts": {
- "bytes/index.js": "index.js"
- }
- },
- "__npminstall_done": true,
- "_from": "bytes@1.0.0",
- "_resolved": "https://registry.npmmirror.com/bytes/-/bytes-1.0.0.tgz"
- }
|