Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/arr-flatten/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "arr-flatten",
    3   "description": "Recursively flatten an array or arrays.",
    4   "version": "1.1.0",
    5   "homepage": "https://github.com/jonschlinkert/arr-flatten",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Luke Edwards (https://lukeed.com)"
     2  "_args": [
     3    [
     4      "arr-flatten@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/arr-flatten",
     8  "_development": true,
     9  "_from": "arr-flatten@1.1.0",
     10  "_id": "arr-flatten@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
     13  "_location": "/arr-flatten",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "arr-flatten@1.1.0",
     19    "name": "arr-flatten",
     20    "escapedName": "arr-flatten",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/braces",
     27    "/webpack-dev-server/braces"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
     30  "_spec": "1.1.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    1236  "bugs": {
    1337    "url": "https://github.com/jonschlinkert/arr-flatten/issues"
    1438  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     39  "contributors": [
     40    {
     41      "name": "Jon Schlinkert",
     42      "url": "http://twitter.com/jonschlinkert"
     43    },
     44    {
     45      "name": "Luke Edwards",
     46      "url": "https://lukeed.com"
     47    }
    1848  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
     49  "description": "Recursively flatten an array or arrays.",
    2650  "devDependencies": {
    2751    "ansi-bold": "^0.1.1",
     
    4266    "write": "^0.3.3"
    4367  },
     68  "engines": {
     69    "node": ">=0.10.0"
     70  },
     71  "files": [
     72    "index.js"
     73  ],
     74  "homepage": "https://github.com/jonschlinkert/arr-flatten",
    4475  "keywords": [
    4576    "arr",
     
    5384    "recursively"
    5485  ],
     86  "license": "MIT",
     87  "main": "index.js",
     88  "name": "arr-flatten",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
     92  },
     93  "scripts": {
     94    "test": "mocha"
     95  },
    5596  "verb": {
    5697    "toc": false,
     
    73114      "reflinks": true
    74115    }
    75   }
     116  },
     117  "version": "1.1.0"
    76118}
Note: See TracChangeset for help on using the changeset viewer.