Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/clone/package.json')
-rw-r--r--node_modules/clone/package.json149
1 files changed, 149 insertions, 0 deletions
diff --git a/node_modules/clone/package.json b/node_modules/clone/package.json
new file mode 100644
index 000000000..c5de8f778
--- /dev/null
+++ b/node_modules/clone/package.json
@@ -0,0 +1,149 @@
+{
+ "_args": [
+ [
+ "clone@~0.1.5",
+ "/Users/rebecca/code/npm/node_modules/defaults"
+ ]
+ ],
+ "_from": "clone@>=0.1.5 <0.2.0",
+ "_id": "clone@0.1.19",
+ "_inCache": true,
+ "_location": "/clone",
+ "_npmUser": {
+ "email": "paul@vorba.ch",
+ "name": "pvorb"
+ },
+ "_npmVersion": "1.4.14",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "clone",
+ "raw": "clone@~0.1.5",
+ "rawSpec": "~0.1.5",
+ "scope": null,
+ "spec": ">=0.1.5 <0.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/defaults"
+ ],
+ "_resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
+ "_shasum": "613fb68639b26a494ac53253e15b1a6bd88ada85",
+ "_shrinkwrap": null,
+ "_spec": "clone@~0.1.5",
+ "_where": "/Users/rebecca/code/npm/node_modules/defaults",
+ "author": {
+ "email": "paul@vorba.ch",
+ "name": "Paul Vorbach",
+ "url": "http://paul.vorba.ch/"
+ },
+ "bugs": {
+ "url": "https://github.com/pvorb/node-clone/issues"
+ },
+ "contributors": [
+ {
+ "name": "Hugh Kennedy",
+ "url": "http://twitter.com/hughskennedy"
+ },
+ {
+ "name": "Blake Miner",
+ "email": "miner.blake@gmail.com",
+ "url": "http://www.blakeminer.com/"
+ },
+ {
+ "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": "Tian You",
+ "email": "axqd001@gmail.com",
+ "url": "http://blog.axqd.net/"
+ },
+ {
+ "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"
+ }
+ ],
+ "dependencies": {},
+ "description": "deep cloning of objects and arrays",
+ "devDependencies": {
+ "nodeunit": "*",
+ "underscore": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "613fb68639b26a494ac53253e15b1a6bd88ada85",
+ "tarball": "http://registry.npmjs.org/clone/-/clone-0.1.19.tgz"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "gitHead": "bb11a43363a0f69e8ac014cb5376ce215ea1f8fd",
+ "homepage": "https://github.com/pvorb/node-clone",
+ "license": "MIT",
+ "main": "clone.js",
+ "maintainers": [
+ {
+ "name": "pvorb",
+ "email": "paul@vorb.de"
+ }
+ ],
+ "name": "clone",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/pvorb/node-clone.git"
+ },
+ "scripts": {
+ "test": "nodeunit test.js"
+ },
+ "tags": [
+ "array",
+ "clone",
+ "date",
+ "function",
+ "object"
+ ],
+ "version": "0.1.19"
+}