parent
880ad056f5
commit
70addd3adc
@ -0,0 +1,85 @@
|
|||||||
|
{
|
||||||
|
"name": "bytes",
|
||||||
|
"description": "Utility to parse a string bytes to bytes and vice-versa",
|
||||||
|
"version": "2.4.0",
|
||||||
|
"author": {
|
||||||
|
"name": "TJ Holowaychuk",
|
||||||
|
"email": "tj@vision-media.ca",
|
||||||
|
"url": "http://tjholowaychuk.com"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Jed Watson",
|
||||||
|
"email": "jed.watson@me.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Théo FIDRY",
|
||||||
|
"email": "theo.fidry@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"byte",
|
||||||
|
"bytes",
|
||||||
|
"utility",
|
||||||
|
"parse",
|
||||||
|
"parser",
|
||||||
|
"convert",
|
||||||
|
"converter"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/visionmedia/bytes.js.git"
|
||||||
|
},
|
||||||
|
"component": {
|
||||||
|
"scripts": {
|
||||||
|
"bytes/index.js": "index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"mocha": "1.21.5"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"History.md",
|
||||||
|
"LICENSE",
|
||||||
|
"Readme.md",
|
||||||
|
"index.js"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"test": "mocha --check-leaks --reporter spec"
|
||||||
|
},
|
||||||
|
"gitHead": "2a598442bdfa796df8d01a96cc54495cda550e70",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/visionmedia/bytes.js/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/visionmedia/bytes.js",
|
||||||
|
"_id": "bytes@2.4.0",
|
||||||
|
"_shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
|
||||||
|
"_from": "bytes@2.4.0",
|
||||||
|
"_npmVersion": "1.4.28",
|
||||||
|
"_npmUser": {
|
||||||
|
"name": "dougwilson",
|
||||||
|
"email": "doug@somethingdoug.com"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "dougwilson",
|
||||||
|
"email": "doug@somethingdoug.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tjholowaychuk",
|
||||||
|
"email": "tj@vision-media.ca"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dist": {
|
||||||
|
"shasum": "7d97196f9d5baf7f6935e25985549edd2a6c2339",
|
||||||
|
"tarball": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz"
|
||||||
|
},
|
||||||
|
"_npmOperationalInternal": {
|
||||||
|
"host": "packages-16-east.internal.npmjs.com",
|
||||||
|
"tmp": "tmp/bytes-2.4.0.tgz_1464812473023_0.6271433881483972"
|
||||||
|
},
|
||||||
|
"directories": {},
|
||||||
|
"_resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz",
|
||||||
|
"readme": "ERROR: No README data found!"
|
||||||
|
}
|
||||||
0
unit_03/w08d04/homework/dating_app_routing_form/node_modules/body-parser/node_modules/http-errors/node_modules/inherits/inherits_browser.js → unit_03/w08d03/homework/angular_http_mongo_solution/node_modules/body-parser/node_modules/http-errors/node_modules/inherits/inherits_browser.js
generated
vendored
0
unit_03/w08d04/homework/dating_app_routing_form/node_modules/body-parser/node_modules/http-errors/node_modules/inherits/inherits_browser.js → unit_03/w08d03/homework/angular_http_mongo_solution/node_modules/body-parser/node_modules/http-errors/node_modules/inherits/inherits_browser.js
generated
vendored
0
unit_03/w08d04/homework/dating_app_routing_form/node_modules/body-parser/node_modules/http-errors/node_modules/setprototypeof/package.json → unit_03/w08d03/homework/angular_http_mongo_solution/node_modules/body-parser/node_modules/http-errors/node_modules/setprototypeof/package.json
generated
vendored
0
unit_03/w08d04/homework/dating_app_routing_form/node_modules/body-parser/node_modules/http-errors/node_modules/setprototypeof/package.json → unit_03/w08d03/homework/angular_http_mongo_solution/node_modules/body-parser/node_modules/http-errors/node_modules/setprototypeof/package.json
generated
vendored
@ -0,0 +1,104 @@
|
|||||||
|
{
|
||||||
|
"name": "statuses",
|
||||||
|
"description": "HTTP status utility",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Douglas Christopher Wilson",
|
||||||
|
"email": "doug@somethingdoug.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jonathan Ong",
|
||||||
|
"email": "me@jongleberry.com",
|
||||||
|
"url": "http://jongleberry.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/jshttp/statuses.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"http",
|
||||||
|
"status",
|
||||||
|
"code"
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
"HISTORY.md",
|
||||||
|
"index.js",
|
||||||
|
"codes.json",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"csv-parse": "1.0.1",
|
||||||
|
"eslint": "2.10.2",
|
||||||
|
"eslint-config-standard": "5.3.1",
|
||||||
|
"eslint-plugin-promise": "1.1.0",
|
||||||
|
"eslint-plugin-standard": "1.3.2",
|
||||||
|
"istanbul": "0.4.3",
|
||||||
|
"mocha": "1.21.5",
|
||||||
|
"stream-to-array": "2.2.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.6"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "node scripts/build.js",
|
||||||
|
"fetch": "node scripts/fetch.js",
|
||||||
|
"lint": "eslint **/*.js",
|
||||||
|
"test": "mocha --reporter spec --check-leaks --bail test/",
|
||||||
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
||||||
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
||||||
|
"update": "npm run fetch && npm run build"
|
||||||
|
},
|
||||||
|
"gitHead": "b3e31e8c32dd8107e898b44b8c0b2dfff3cba495",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/jshttp/statuses/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/jshttp/statuses",
|
||||||
|
"_id": "statuses@1.3.0",
|
||||||
|
"_shasum": "8e55758cb20e7682c1f4fce8dcab30bf01d1e07a",
|
||||||
|
"_from": "statuses@>=1.3.0 <2.0.0",
|
||||||
|
"_npmVersion": "1.4.28",
|
||||||
|
"_npmUser": {
|
||||||
|
"name": "dougwilson",
|
||||||
|
"email": "doug@somethingdoug.com"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "defunctzombie",
|
||||||
|
"email": "shtylman@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dougwilson",
|
||||||
|
"email": "doug@somethingdoug.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fishrock123",
|
||||||
|
"email": "fishrock123@rocketmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jongleberry",
|
||||||
|
"email": "jonathanrichardong@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mscdex",
|
||||||
|
"email": "mscdex@mscdex.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tjholowaychuk",
|
||||||
|
"email": "tj@vision-media.ca"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dist": {
|
||||||
|
"shasum": "8e55758cb20e7682c1f4fce8dcab30bf01d1e07a",
|
||||||
|
"tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz"
|
||||||
|
},
|
||||||
|
"_npmOperationalInternal": {
|
||||||
|
"host": "packages-12-west.internal.npmjs.com",
|
||||||
|
"tmp": "tmp/statuses-1.3.0.tgz_1463517875633_0.19560232176445425"
|
||||||
|
},
|
||||||
|
"directories": {},
|
||||||
|
"_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz",
|
||||||
|
"readme": "ERROR: No README data found!"
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue