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/lodash.clonedeep/package.json')
-rw-r--r--node_modules/lodash.clonedeep/package.json95
1 files changed, 60 insertions, 35 deletions
diff --git a/node_modules/lodash.clonedeep/package.json b/node_modules/lodash.clonedeep/package.json
index 6167531fc..e44e52fe2 100644
--- a/node_modules/lodash.clonedeep/package.json
+++ b/node_modules/lodash.clonedeep/package.json
@@ -1,21 +1,45 @@
{
- "name": "lodash.clonedeep",
- "version": "3.0.1",
- "description": "The modern build of lodash’s `_.cloneDeep` as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "license": "MIT",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
+ "_args": [
+ [
+ "lodash.clonedeep@~3.0.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "lodash.clonedeep@>=3.0.1 <3.1.0",
+ "_id": "lodash.clonedeep@3.0.1",
+ "_inCache": true,
+ "_location": "/lodash.clonedeep",
+ "_nodeVersion": "0.12.3",
+ "_npmUser": {
+ "email": "john.david.dalton@gmail.com",
+ "name": "jdalton"
+ },
+ "_npmVersion": "2.10.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "lodash.clonedeep",
+ "raw": "lodash.clonedeep@~3.0.1",
+ "rawSpec": "~3.0.1",
+ "scope": null,
+ "spec": ">=3.0.1 <3.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
],
+ "_resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.1.tgz",
+ "_shasum": "6261ef88110168eb842b0d9e4c22bb1d09bfad5b",
+ "_shrinkwrap": null,
+ "_spec": "lodash.clonedeep@~3.0.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
+ "name": "John-David Dalton",
"url": "http://allyoucanleet.com/"
},
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
"contributors": [
{
"name": "John-David Dalton",
@@ -43,29 +67,26 @@
"url": "https://mathiasbynens.be/"
}
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lodash/lodash.git"
- },
- "scripts": {
- "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
- },
"dependencies": {
"lodash._baseclone": "^3.0.0",
"lodash._bindcallback": "^3.0.0"
},
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "_id": "lodash.clonedeep@3.0.1",
- "_shasum": "6261ef88110168eb842b0d9e4c22bb1d09bfad5b",
- "_from": "lodash.clonedeep@>=3.0.0 <3.1.0",
- "_npmVersion": "2.10.0",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
+ "description": "The modern build of lodash’s `_.cloneDeep` as a module.",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "6261ef88110168eb842b0d9e4c22bb1d09bfad5b",
+ "tarball": "http://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.1.tgz"
},
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "keywords": [
+ "lodash",
+ "lodash-modularized",
+ "stdlib",
+ "util"
+ ],
+ "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -88,10 +109,14 @@
"email": "demoneaux@gmail.com"
}
],
- "dist": {
- "shasum": "6261ef88110168eb842b0d9e4c22bb1d09bfad5b",
- "tarball": "http://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.1.tgz"
+ "name": "lodash.clonedeep",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lodash/lodash.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.1.tgz"
+ "scripts": {
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
+ },
+ "version": "3.0.1"
}