chat-client/node_modules/xtend/package.json

115 lines
2.4 KiB
JSON

{
"_args": [
[
"xtend@~2.1.1",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/through2"
]
],
"_from": "xtend@>=2.1.1 <2.2.0",
"_id": "xtend@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/xtend",
"_npmUser": {
"email": "raynos2@gmail.com",
"name": "raynos"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"name": "xtend",
"raw": "xtend@~2.1.1",
"rawSpec": "~2.1.1",
"scope": null,
"spec": ">=2.1.1 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/through2"
],
"_resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz",
"_shasum": "6efecc2a4dad8e6962c4901b337ce7ba87b5d28b",
"_shrinkwrap": null,
"_spec": "xtend@~2.1.1",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/through2",
"author": {
"email": "raynos2@gmail.com",
"name": "Raynos"
},
"bugs": {
"email": "raynos2@gmail.com",
"url": "https://github.com/Raynos/xtend/issues"
},
"contributors": [
{
"name": "Jake Verbaten"
},
{
"name": "Matt Esch"
}
],
"dependencies": {
"object-keys": "~0.4.0"
},
"description": "extend like a boss",
"devDependencies": {
"tape": "~1.1.0"
},
"directories": {},
"dist": {
"shasum": "6efecc2a4dad8e6962c4901b337ce7ba87b5d28b",
"tarball": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz"
},
"engines": {
"node": ">=0.4"
},
"homepage": "https://github.com/Raynos/xtend",
"keywords": [
"array",
"extend",
"merge",
"object",
"options",
"opts"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/raynos/xtend/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
}
],
"name": "xtend",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/xtend.git"
},
"scripts": {
"test": "node test"
},
"testling": {
"browsers": [
"chrome/22..latest",
"chrome/canary",
"firefox/16..latest",
"firefox/nightly",
"ie/7..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test.js"
},
"version": "2.1.2"
}