Website/node_modules/clone/package.json
2015-12-02 18:21:44 -05:00

151 lines
3.3 KiB
JSON

{
"_args": [
[
"clone@^0.1.11",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "clone@>=0.1.11 <0.2.0",
"_id": "clone@0.1.19",
"_inCache": true,
"_installable": true,
"_location": "/clone",
"_npmUser": {
"email": "paul@vorba.ch",
"name": "pvorb"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"name": "clone",
"raw": "clone@^0.1.11",
"rawSpec": "^0.1.11",
"scope": null,
"spec": ">=0.1.11 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
"_shasum": "613fb68639b26a494ac53253e15b1a6bd88ada85",
"_shrinkwrap": null,
"_spec": "clone@^0.1.11",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"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"
}