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.without/package.json')
-rw-r--r--node_modules/lodash.without/package.json95
1 files changed, 35 insertions, 60 deletions
diff --git a/node_modules/lodash.without/package.json b/node_modules/lodash.without/package.json
index 3463a8fc9..9e15bfac0 100644
--- a/node_modules/lodash.without/package.json
+++ b/node_modules/lodash.without/package.json
@@ -1,45 +1,21 @@
{
- "_args": [
- [
- "lodash.without@~3.2.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lodash.without@>=3.2.1 <3.3.0",
- "_id": "lodash.without@3.2.1",
- "_inCache": true,
- "_location": "/lodash.without",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "email": "john.david.dalton@gmail.com",
- "name": "jdalton"
- },
- "_npmVersion": "2.10.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "lodash.without",
- "raw": "lodash.without@~3.2.1",
- "rawSpec": "~3.2.1",
- "scope": null,
- "spec": ">=3.2.1 <3.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
+ "name": "lodash.without",
+ "version": "3.2.1",
+ "description": "The modern build of lodash’s `_.without` as a module.",
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "license": "MIT",
+ "keywords": [
+ "lodash",
+ "lodash-modularized",
+ "stdlib",
+ "util"
],
- "_resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz",
- "_shasum": "d69614b3512e52294b6abab782e7ca96538ce816",
- "_shrinkwrap": null,
- "_spec": "lodash.without@~3.2.1",
- "_where": "/Users/rebecca/code/npm",
"author": {
- "email": "john.david.dalton@gmail.com",
"name": "John-David Dalton",
+ "email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
"contributors": [
{
"name": "John-David Dalton",
@@ -67,26 +43,29 @@
"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._basedifference": "^3.0.0",
"lodash.restparam": "^3.0.0"
},
- "description": "The modern build of lodash’s `_.without` as a module.",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "d69614b3512e52294b6abab782e7ca96538ce816",
- "tarball": "http://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz"
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "_id": "lodash.without@3.2.1",
+ "_shasum": "d69614b3512e52294b6abab782e7ca96538ce816",
+ "_from": "lodash.without@>=3.2.1 <3.3.0",
+ "_npmVersion": "2.10.0",
+ "_nodeVersion": "0.12.3",
+ "_npmUser": {
+ "name": "jdalton",
+ "email": "john.david.dalton@gmail.com"
},
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
- ],
- "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -109,14 +88,10 @@
"email": "demoneaux@gmail.com"
}
],
- "name": "lodash.without",
- "optionalDependencies": {},
- "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.\""
+ "dist": {
+ "shasum": "d69614b3512e52294b6abab782e7ca96538ce816",
+ "tarball": "http://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz"
},
- "version": "3.2.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz"
}