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.isarray/package.json')
-rw-r--r--node_modules/lodash.isarray/package.json104
1 files changed, 21 insertions, 83 deletions
diff --git a/node_modules/lodash.isarray/package.json b/node_modules/lodash.isarray/package.json
index 47cb23f1e..0d8a02c80 100644
--- a/node_modules/lodash.isarray/package.json
+++ b/node_modules/lodash.isarray/package.json
@@ -1,50 +1,21 @@
{
- "_args": [
- [
- "lodash.isarray@^3.0.0",
- "/Users/rebecca/code/npm/node_modules/lodash._baseclone"
- ]
- ],
- "_from": "lodash.isarray@>=3.0.0 <4.0.0",
- "_id": "lodash.isarray@3.0.4",
- "_inCache": true,
- "_location": "/lodash.isarray",
- "_nodeVersion": "0.12.5",
- "_npmUser": {
- "email": "john.david.dalton@gmail.com",
- "name": "jdalton"
- },
- "_npmVersion": "2.12.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "lodash.isarray",
- "raw": "lodash.isarray@^3.0.0",
- "rawSpec": "^3.0.0",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/lodash._basecallback",
- "/lodash._baseclone",
- "/lodash._baseflatten",
- "/lodash._baseisequal",
- "/lodash.keys",
- "/lodash.uniq"
+ "name": "lodash.isarray",
+ "version": "3.0.4",
+ "description": "The modern build of lodash’s `_.isArray` 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.isarray/-/lodash.isarray-3.0.4.tgz",
- "_shasum": "79e4eb88c36a8122af86f844aa9bcd851b5fbb55",
- "_shrinkwrap": null,
- "_spec": "lodash.isarray@^3.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/lodash._baseclone",
"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",
@@ -72,47 +43,6 @@
"url": "https://mathiasbynens.be/"
}
],
- "dependencies": {},
- "description": "The modern build of lodash’s `_.isArray` as a module.",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "79e4eb88c36a8122af86f844aa9bcd851b5fbb55",
- "tarball": "http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
- },
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
- },
- {
- "name": "kitcambridge",
- "email": "github@kitcambridge.be"
- },
- {
- "name": "mathias",
- "email": "mathias@qiwi.be"
- },
- {
- "name": "phated",
- "email": "blaine@iceddev.com"
- },
- {
- "name": "d10",
- "email": "demoneaux@gmail.com"
- }
- ],
- "name": "lodash.isarray",
- "optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/lodash.git"
@@ -120,5 +50,13 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "version": "3.0.4"
+ "readme": "# lodash.isarray v3.0.4\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.isArray` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.isarray\n```\n\nIn Node.js/io.js:\n\n```js\nvar isArray = require('lodash.isarray');\n```\n\nSee the [documentation](https://lodash.com/docs#isArray) or [package source](https://github.com/lodash/lodash/blob/3.0.4-npm-packages/lodash.isarray) for more details.\n",
+ "readmeFilename": "README.md",
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "_id": "lodash.isarray@3.0.4",
+ "_shasum": "79e4eb88c36a8122af86f844aa9bcd851b5fbb55",
+ "_resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
+ "_from": "lodash.isarray@3.0.4"
}