aboutsummaryrefslogtreecommitdiff
path: root/node_modules/arr-flatten
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/arr-flatten
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/arr-flatten')
-rwxr-xr-xnode_modules/arr-flatten/package.json105
1 files changed, 24 insertions, 81 deletions
diff --git a/node_modules/arr-flatten/package.json b/node_modules/arr-flatten/package.json
index d6e606436..8d0322de2 100755
--- a/node_modules/arr-flatten/package.json
+++ b/node_modules/arr-flatten/package.json
@@ -1,55 +1,34 @@
{
- "_args": [
- [
- {
- "raw": "arr-flatten@^1.0.1",
- "scope": null,
- "escapedName": "arr-flatten",
- "name": "arr-flatten",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/arr-diff"
- ]
- ],
- "_from": "arr-flatten@>=1.0.1 <2.0.0",
- "_id": "arr-flatten@1.0.1",
- "_inCache": true,
- "_location": "/arr-flatten",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "arr-flatten@^1.0.1",
- "scope": null,
- "escapedName": "arr-flatten",
- "name": "arr-flatten",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/arr-diff"
- ],
- "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
- "_shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
- "_shrinkwrap": null,
- "_spec": "arr-flatten@^1.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/arr-diff",
+ "name": "arr-flatten",
+ "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
+ "version": "1.0.1",
+ "homepage": "https://github.com/jonschlinkert/arr-flatten",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jonschlinkert/arr-flatten.git"
+ },
"bugs": {
"url": "https://github.com/jonschlinkert/arr-flatten/issues"
},
- "dependencies": {},
- "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
+ "license": {
+ "type": "MIT",
+ "url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
+ },
+ "files": [
+ "index.js"
+ ],
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha",
+ "benchmarks": "node benchmark"
+ },
"devDependencies": {
"array-flatten": "^1.0.2",
"array-slice": "^0.2.2",
@@ -58,19 +37,6 @@
"glob": "^4.3.5",
"kind-of": "^1.0.0"
},
- "directories": {},
- "dist": {
- "shasum": "e5ffe54d45e19f32f216e91eb99c8ce892bb604b",
- "tarball": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "7b3706eaa0093d8f5ba65af8ed590b6fcb3fe7cf",
- "homepage": "https://github.com/jonschlinkert/arr-flatten",
"keywords": [
"arr",
"array",
@@ -81,28 +47,5 @@
"recurse",
"recursive",
"recursively"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
- },
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "arr-flatten",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/jonschlinkert/arr-flatten.git"
- },
- "scripts": {
- "benchmarks": "node benchmark",
- "test": "mocha"
- },
- "version": "1.0.1"
+ ]
}