aboutsummaryrefslogtreecommitdiff
path: root/node_modules/xtend
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/xtend
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/xtend')
-rw-r--r--node_modules/xtend/package.json116
1 files changed, 24 insertions, 92 deletions
diff --git a/node_modules/xtend/package.json b/node_modules/xtend/package.json
index c70b6465f..3a92e4996 100644
--- a/node_modules/xtend/package.json
+++ b/node_modules/xtend/package.json
@@ -1,83 +1,7 @@
{
- "_args": [
- [
- {
- "raw": "xtend@~4.0.0",
- "scope": null,
- "escapedName": "xtend",
- "name": "xtend",
- "rawSpec": "~4.0.0",
- "spec": ">=4.0.0 <4.1.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/through2"
- ]
- ],
- "_from": "xtend@>=4.0.0 <4.1.0",
- "_id": "xtend@4.0.1",
- "_inCache": true,
- "_location": "/xtend",
- "_nodeVersion": "0.10.32",
- "_npmUser": {
- "name": "raynos",
- "email": "raynos2@gmail.com"
- },
- "_npmVersion": "2.14.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "xtend@~4.0.0",
- "scope": null,
- "escapedName": "xtend",
- "name": "xtend",
- "rawSpec": "~4.0.0",
- "spec": ">=4.0.0 <4.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/glob-stream/through2",
- "/gulp-concat/through2",
- "/gulp/through2",
- "/tar-stream",
- "/through2",
- "/through2-filter",
- "/vinyl-fs/glob-stream/through2"
- ],
- "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
- "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
- "_shrinkwrap": null,
- "_spec": "xtend@~4.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/through2",
- "author": {
- "name": "Raynos",
- "email": "raynos2@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Raynos/xtend/issues",
- "email": "raynos2@gmail.com"
- },
- "contributors": [
- {
- "name": "Jake Verbaten"
- },
- {
- "name": "Matt Esch"
- }
- ],
- "dependencies": {},
+ "name": "xtend",
+ "version": "4.0.1",
"description": "extend like a boss",
- "devDependencies": {
- "tape": "~1.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
- "tarball": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz"
- },
- "engines": {
- "node": ">=0.4"
- },
- "gitHead": "23dc302a89756da89c1897bc732a752317e35390",
- "homepage": "https://github.com/Raynos/xtend",
"keywords": [
"extend",
"merge",
@@ -86,24 +10,30 @@
"object",
"array"
],
- "license": "MIT",
+ "author": "Raynos <raynos2@gmail.com>",
+ "repository": "git://github.com/Raynos/xtend.git",
"main": "immutable",
- "maintainers": [
+ "scripts": {
+ "test": "node test"
+ },
+ "dependencies": {},
+ "devDependencies": {
+ "tape": "~1.1.0"
+ },
+ "homepage": "https://github.com/Raynos/xtend",
+ "contributors": [
{
- "name": "raynos",
- "email": "raynos2@gmail.com"
+ "name": "Jake Verbaten"
+ },
+ {
+ "name": "Matt Esch"
}
],
- "name": "xtend",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/Raynos/xtend.git"
- },
- "scripts": {
- "test": "node test"
+ "bugs": {
+ "url": "https://github.com/Raynos/xtend/issues",
+ "email": "raynos2@gmail.com"
},
+ "license": "MIT",
"testling": {
"files": "test.js",
"browsers": [
@@ -119,5 +49,7 @@
"iphone/6.0..latest"
]
},
- "version": "4.0.1"
+ "engines": {
+ "node": ">=0.4"
+ }
}