aboutsummaryrefslogtreecommitdiff
path: root/node_modules/clone
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/clone
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/clone')
-rw-r--r--node_modules/clone/package.json189
1 files changed, 35 insertions, 154 deletions
diff --git a/node_modules/clone/package.json b/node_modules/clone/package.json
index aac4c5777..b0987ecfc 100644
--- a/node_modules/clone/package.json
+++ b/node_modules/clone/package.json
@@ -1,170 +1,51 @@
{
- "_args": [
- [
- {
- "raw": "clone@^1.0.0",
- "scope": null,
- "escapedName": "clone",
- "name": "clone",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util/node_modules/vinyl"
- ]
- ],
- "_from": "clone@>=1.0.0 <2.0.0",
- "_id": "clone@1.0.2",
- "_inCache": true,
- "_location": "/clone",
- "_npmUser": {
- "name": "pvorb",
- "email": "paul@vorba.ch"
- },
- "_npmVersion": "1.4.14",
- "_phantomChildren": {},
- "_requested": {
- "raw": "clone@^1.0.0",
- "scope": null,
- "escapedName": "clone",
- "name": "clone",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/defaults",
- "/gulp-sourcemaps/vinyl",
- "/gulp-util/vinyl",
- "/vinyl",
- "/vinyl-fs/vinyl"
+ "name": "clone",
+ "description": "deep cloning of objects and arrays",
+ "tags": [
+ "clone",
+ "object",
+ "array",
+ "function",
+ "date"
],
- "_resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
- "_shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
- "_shrinkwrap": null,
- "_spec": "clone@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util/node_modules/vinyl",
- "author": {
- "name": "Paul Vorbach",
- "email": "paul@vorba.ch",
- "url": "http://paul.vorba.ch/"
+ "version": "1.0.2",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/pvorb/node-clone.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-clone/issues"
},
+ "main": "clone.js",
+ "author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)",
"contributors": [
- {
- "name": "Blake Miner",
- "email": "miner.blake@gmail.com",
- "url": "http://www.blakeminer.com/"
- },
- {
- "name": "Tian You",
- "email": "axqd001@gmail.com",
- "url": "http://blog.axqd.net/"
- },
- {
- "name": "George Stagas",
- "email": "gstagas@gmail.com",
- "url": "http://stagas.com/"
- },
- {
- "name": "Tobiasz Cudnik",
- "email": "tobiasz.cudnik@gmail.com",
- "url": "https://github.com/TobiaszCudnik"
- },
- {
- "name": "Pavel Lang",
- "email": "langpavel@phpskelet.org",
- "url": "https://github.com/langpavel"
- },
- {
- "name": "Dan MacTough",
- "url": "http://yabfog.com/"
- },
- {
- "name": "w1nk",
- "url": "https://github.com/w1nk"
- },
- {
- "name": "Hugh Kennedy",
- "url": "http://twitter.com/hughskennedy"
- },
- {
- "name": "Dustin Diaz",
- "url": "http://dustindiaz.com"
- },
- {
- "name": "Ilya Shaisultanov",
- "url": "https://github.com/diversario"
- },
- {
- "name": "Nathan MacInnes",
- "email": "nathan@macinn.es",
- "url": "http://macinn.es/"
- },
- {
- "name": "Benjamin E. Coe",
- "email": "ben@npmjs.com",
- "url": "https://twitter.com/benjamincoe"
- },
- {
- "name": "Nathan Zadoks",
- "url": "https://github.com/nathan7"
- },
- {
- "name": "Róbert Oroszi",
- "email": "robert+gh@oroszi.net",
- "url": "https://github.com/oroce"
- },
- {
- "name": "Aurélio A. Heckert",
- "url": "http://softwarelivre.org/aurium"
- },
- {
- "name": "Guy Ellis",
- "url": "http://www.guyellisrocks.com/"
- }
+ "Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)",
+ "Tian You <axqd001@gmail.com> (http://blog.axqd.net/)",
+ "George Stagas <gstagas@gmail.com> (http://stagas.com/)",
+ "Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)",
+ "Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)",
+ "Dan MacTough (http://yabfog.com/)",
+ "w1nk (https://github.com/w1nk)",
+ "Hugh Kennedy (http://twitter.com/hughskennedy)",
+ "Dustin Diaz (http://dustindiaz.com)",
+ "Ilya Shaisultanov (https://github.com/diversario)",
+ "Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)",
+ "Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)",
+ "Nathan Zadoks (https://github.com/nathan7)",
+ "Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)",
+ "Aurélio A. Heckert (http://softwarelivre.org/aurium)",
+ "Guy Ellis (http://www.guyellisrocks.com/)"
],
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8"
+ },
"dependencies": {},
- "description": "deep cloning of objects and arrays",
"devDependencies": {
"nodeunit": "~0.9.0"
},
- "directories": {},
- "dist": {
- "shasum": "260b7a99ebb1edfe247538175f783243cb19d149",
- "tarball": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"
- },
- "engines": {
- "node": ">=0.8"
- },
- "gitHead": "0e8216efc672496b612fd7ab62159117d16ec4a0",
- "homepage": "https://github.com/pvorb/node-clone",
- "license": "MIT",
- "main": "clone.js",
- "maintainers": [
- {
- "name": "pvorb",
- "email": "paul@vorb.de"
- }
- ],
- "name": "clone",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/pvorb/node-clone.git"
- },
"scripts": {
"test": "nodeunit test.js"
- },
- "tags": [
- "clone",
- "object",
- "array",
- "function",
- "date"
- ],
- "version": "1.0.2"
+ }
}