12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "bytes@2.1.0",
- "_id": "bytes@2.1.0",
- "_inBundle": false,
- "_integrity": "sha1-rJPEEOL/ycx89LRks4KJBn9eR7Q=",
- "_location": "/bytes",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bytes@2.1.0",
- "name": "bytes",
- "escapedName": "bytes",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/body-parser"
- ],
- "_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz",
- "_shasum": "ac93c410e2ffc9cc7cf4b464b38289067f5e47b4",
- "_spec": "bytes@2.1.0",
- "_where": "C:\\socket\\chatroom-myclient\\node_modules\\body-parser",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca",
- "url": "http://tjholowaychuk.com"
- },
- "bugs": {
- "url": "https://github.com/visionmedia/bytes.js/issues"
- },
- "bundleDependencies": false,
- "component": {
- "scripts": {
- "bytes/index.js": "index.js"
- }
- },
- "contributors": [
- {
- "name": "Jed Watson",
- "email": "jed.watson@me.com"
- }
- ],
- "deprecated": false,
- "description": "Utility to parse a string bytes to bytes and vice-versa",
- "devDependencies": {
- "mocha": "*"
- },
- "files": [
- "History.md",
- "LICENSE",
- "Readme.md",
- "index.js"
- ],
- "homepage": "https://github.com/visionmedia/bytes.js#readme",
- "keywords": [
- "byte",
- "bytes",
- "utility",
- "parse",
- "parser",
- "convert",
- "converter"
- ],
- "license": "MIT",
- "name": "bytes",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/visionmedia/bytes.js.git"
- },
- "scripts": {
- "test": "mocha --check-leaks --reporter spec"
- },
- "version": "2.1.0"
- }
|