aboutsummaryrefslogtreecommitdiff
path: root/node_modules/array-flatten/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
commit4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch)
treeac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/array-flatten/package.json
parente11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff)
Fixed admin bug
Diffstat (limited to 'node_modules/array-flatten/package.json')
-rw-r--r--node_modules/array-flatten/package.json95
1 files changed, 0 insertions, 95 deletions
diff --git a/node_modules/array-flatten/package.json b/node_modules/array-flatten/package.json
deleted file mode 100644
index ee5297c..0000000
--- a/node_modules/array-flatten/package.json
+++ /dev/null
@@ -1,95 +0,0 @@
-{
- "_args": [
- [
- {
- "name": "array-flatten",
- "raw": "array-flatten@1.1.1",
- "rawSpec": "1.1.1",
- "scope": null,
- "spec": "1.1.1",
- "type": "version"
- },
- "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
- ]
- ],
- "_from": "array-flatten@1.1.1",
- "_id": "array-flatten@1.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/array-flatten",
- "_nodeVersion": "2.3.3",
- "_npmUser": {
- "email": "hello@blakeembrey.com",
- "name": "blakeembrey"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "array-flatten",
- "raw": "array-flatten@1.1.1",
- "rawSpec": "1.1.1",
- "scope": null,
- "spec": "1.1.1",
- "type": "version"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
- "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
- "_shrinkwrap": null,
- "_spec": "array-flatten@1.1.1",
- "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express",
- "author": {
- "email": "hello@blakeembrey.com",
- "name": "Blake Embrey",
- "url": "http://blakeembrey.me"
- },
- "bugs": {
- "url": "https://github.com/blakeembrey/array-flatten/issues"
- },
- "dependencies": {},
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
- "tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
- },
- "files": [
- "array-flatten.js",
- "LICENSE"
- ],
- "gitHead": "1963a9189229d408e1e8f585a00c8be9edbd1803",
- "homepage": "https://github.com/blakeembrey/array-flatten",
- "keywords": [
- "array",
- "flatten",
- "arguments",
- "depth"
- ],
- "license": "MIT",
- "main": "array-flatten.js",
- "maintainers": [
- {
- "email": "hello@blakeembrey.com",
- "name": "blakeembrey"
- }
- ],
- "name": "array-flatten",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/blakeembrey/array-flatten.git"
- },
- "scripts": {
- "test": "istanbul cover _mocha -- -R spec"
- },
- "version": "1.1.1"
-}