summaryrefslogtreecommitdiff
path: root/node_modules/array-flatten/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-24 07:40:34 -0700
committer8cy <[email protected]>2020-05-24 07:40:34 -0700
commita7dc1894d3f030926a95b948bd46fa60e95b8dcb (patch)
treeaa5c1b50427f9658ea2de686ea8c2032f289a6a2 /node_modules/array-flatten/package.json
downloadaghpb-online-a7dc1894d3f030926a95b948bd46fa60e95b8dcb.tar.xz
aghpb-online-a7dc1894d3f030926a95b948bd46fa60e95b8dcb.zip
wow it actually works lol
Diffstat (limited to 'node_modules/array-flatten/package.json')
-rw-r--r--node_modules/array-flatten/package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/array-flatten/package.json b/node_modules/array-flatten/package.json
new file mode 100644
index 0000000..1f4509d
--- /dev/null
+++ b/node_modules/array-flatten/package.json
@@ -0,0 +1,64 @@
+{
+ "_from": "[email protected]",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
+ "_location": "/array-flatten",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "[email protected]",
+ "name": "array-flatten",
+ "escapedName": "array-flatten",
+ "rawSpec": "1.1.1",
+ "saveSpec": null,
+ "fetchSpec": "1.1.1"
+ },
+ "_requiredBy": [
+ "/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
+ "_spec": "[email protected]",
+ "_where": "E:\\Documents\\GitHub\\AGHPB-online\\node_modules\\express",
+ "author": {
+ "name": "Blake Embrey",
+ "email": "[email protected]",
+ "url": "http://blakeembrey.me"
+ },
+ "bugs": {
+ "url": "https://github.com/blakeembrey/array-flatten/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Flatten an array of nested arrays into a single flat array",
+ "devDependencies": {
+ "istanbul": "^0.3.13",
+ "mocha": "^2.2.4",
+ "pre-commit": "^1.0.7",
+ "standard": "^3.7.3"
+ },
+ "files": [
+ "array-flatten.js",
+ "LICENSE"
+ ],
+ "homepage": "https://github.com/blakeembrey/array-flatten",
+ "keywords": [
+ "array",
+ "flatten",
+ "arguments",
+ "depth"
+ ],
+ "license": "MIT",
+ "main": "array-flatten.js",
+ "name": "array-flatten",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/blakeembrey/array-flatten.git"
+ },
+ "scripts": {
+ "test": "istanbul cover _mocha -- -R spec"
+ },
+ "version": "1.1.1"
+}