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.isarguments/package.json')
-rw-r--r--node_modules/lodash.isarguments/package.json98
1 files changed, 62 insertions, 36 deletions
diff --git a/node_modules/lodash.isarguments/package.json b/node_modules/lodash.isarguments/package.json
index 2e43e5ebd..ddbe6bfc7 100644
--- a/node_modules/lodash.isarguments/package.json
+++ b/node_modules/lodash.isarguments/package.json
@@ -1,21 +1,46 @@
{
- "name": "lodash.isarguments",
- "version": "3.0.3",
- "description": "The modern build of lodash’s `_.isArguments` as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "license": "MIT",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
+ "_args": [
+ [
+ "lodash.isarguments@^3.0.0",
+ "/Users/rebecca/code/npm/node_modules/lodash.keys"
+ ]
],
+ "_from": "lodash.isarguments@>=3.0.0 <4.0.0",
+ "_id": "lodash.isarguments@3.0.3",
+ "_inCache": true,
+ "_location": "/lodash.isarguments",
+ "_nodeVersion": "0.12.3",
+ "_npmUser": {
+ "email": "john.david.dalton@gmail.com",
+ "name": "jdalton"
+ },
+ "_npmVersion": "2.10.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "lodash.isarguments",
+ "raw": "lodash.isarguments@^3.0.0",
+ "rawSpec": "^3.0.0",
+ "scope": null,
+ "spec": ">=3.0.0 <4.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/lodash._baseflatten",
+ "/lodash.keys"
+ ],
+ "_resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.3.tgz",
+ "_shasum": "c49ce087d622705e90018f71fa1c92fd2cdd94cf",
+ "_shrinkwrap": null,
+ "_spec": "lodash.isarguments@^3.0.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/lodash.keys",
"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,25 +68,23 @@
"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.\""
- },
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "_id": "lodash.isarguments@3.0.3",
- "_shasum": "c49ce087d622705e90018f71fa1c92fd2cdd94cf",
- "_from": "lodash.isarguments@3.0.3",
- "_npmVersion": "2.10.0",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
+ "dependencies": {},
+ "description": "The modern build of lodash’s `_.isArguments` as a module.",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "c49ce087d622705e90018f71fa1c92fd2cdd94cf",
+ "tarball": "http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.3.tgz"
},
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "keywords": [
+ "lodash",
+ "lodash-modularized",
+ "stdlib",
+ "util"
+ ],
+ "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -84,11 +107,14 @@
"email": "demoneaux@gmail.com"
}
],
- "dist": {
- "shasum": "c49ce087d622705e90018f71fa1c92fd2cdd94cf",
- "tarball": "http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.3.tgz"
+ "name": "lodash.isarguments",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lodash/lodash.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.3.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
+ },
+ "version": "3.0.3"
}