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.keys/package.json')
-rw-r--r--node_modules/lodash.keys/package.json99
1 files changed, 63 insertions, 36 deletions
diff --git a/node_modules/lodash.keys/package.json b/node_modules/lodash.keys/package.json
index 3878dbea6..b3cf5e005 100644
--- a/node_modules/lodash.keys/package.json
+++ b/node_modules/lodash.keys/package.json
@@ -1,21 +1,48 @@
{
- "name": "lodash.keys",
- "version": "3.1.0",
- "description": "The modern build of lodash’s `_.keys` as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "license": "MIT",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
+ "_args": [
+ [
+ "lodash.keys@^3.0.0",
+ "/Users/rebecca/code/npm/node_modules/lodash._baseclone"
+ ]
+ ],
+ "_from": "lodash.keys@>=3.0.0 <4.0.0",
+ "_id": "lodash.keys@3.1.1",
+ "_inCache": true,
+ "_location": "/lodash.keys",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "email": "john.david.dalton@gmail.com",
+ "name": "jdalton"
+ },
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "lodash.keys",
+ "raw": "lodash.keys@^3.0.0",
+ "rawSpec": "^3.0.0",
+ "scope": null,
+ "spec": ">=3.0.0 <4.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/lodash._baseassign",
+ "/lodash._baseclone",
+ "/lodash._baseisequal",
+ "/lodash.pairs"
],
+ "_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.1.tgz",
+ "_shasum": "622029518e9de0e2ae8c4688d6563a45361640ef",
+ "_shrinkwrap": null,
+ "_spec": "lodash.keys@^3.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/lodash._baseclone",
"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,30 +70,27 @@
"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._getnative": "^3.0.0",
"lodash.isarguments": "^3.0.0",
"lodash.isarray": "^3.0.0"
},
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "_id": "lodash.keys@3.1.0",
- "_shasum": "34a4c7a5172dc935b13c6399450ab369878ec509",
- "_from": "lodash.keys@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 `_.keys` as a module.",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "622029518e9de0e2ae8c4688d6563a45361640ef",
+ "tarball": "http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.1.tgz"
},
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "keywords": [
+ "lodash",
+ "lodash-modularized",
+ "stdlib",
+ "util"
+ ],
+ "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -89,11 +113,14 @@
"email": "demoneaux@gmail.com"
}
],
- "dist": {
- "shasum": "34a4c7a5172dc935b13c6399450ab369878ec509",
- "tarball": "http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.0.tgz"
+ "name": "lodash.keys",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lodash/lodash.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.0.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
+ },
+ "version": "3.1.1"
}