dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/caseless/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

84 lines
2 KiB
JSON

{
"_args": [
[
"caseless@~0.10.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/request"
]
],
"_from": "caseless@>=0.10.0 <0.11.0",
"_id": "caseless@0.10.0",
"_inCache": true,
"_installable": true,
"_location": "/caseless",
"_npmUser": {
"email": "jnylen@gmail.com",
"name": "nylen"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "caseless",
"raw": "caseless@~0.10.0",
"rawSpec": "~0.10.0",
"scope": null,
"spec": ">=0.10.0 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.10.0.tgz",
"_shasum": "ed6b2719adcd1fd18f58dc081c0f1a5b43963909",
"_shrinkwrap": null,
"_spec": "caseless@~0.10.0",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/request",
"author": {
"email": "mikeal.rogers@gmail.com",
"name": "Mikeal Rogers"
},
"bugs": {
"url": "https://github.com/mikeal/caseless/issues"
},
"dependencies": {},
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
"devDependencies": {
"tape": "^2.10.2"
},
"directories": {},
"dist": {
"shasum": "ed6b2719adcd1fd18f58dc081c0f1a5b43963909",
"tarball": "http://registry.npmjs.org/caseless/-/caseless-0.10.0.tgz"
},
"gitHead": "9c85efef6c37d48923b79f3f282441414dd691c9",
"homepage": "https://github.com/mikeal/caseless",
"keywords": [
"headers",
"http",
"caseless"
],
"license": "BSD",
"main": "index.js",
"maintainers": [
{
"email": "mikeal.rogers@gmail.com",
"name": "mikeal"
},
{
"email": "jnylen@gmail.com",
"name": "nylen"
}
],
"name": "caseless",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mikeal/caseless.git"
},
"scripts": {
"test": "node test.js"
},
"test": "node test.js",
"version": "0.10.0"
}