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/array-flatten/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "array-flatten",
    3   "version": "2.1.2",
     2  "_args": [
     3    [
     4      "array-flatten@2.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-flatten@2.1.2",
     10  "_id": "array-flatten@2.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
     13  "_location": "/array-flatten",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-flatten@2.1.2",
     19    "name": "array-flatten",
     20    "escapedName": "array-flatten",
     21    "rawSpec": "2.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.2"
     24  },
     25  "_requiredBy": [
     26    "/bonjour"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
     29  "_spec": "2.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Blake Embrey",
     33    "email": "hello@blakeembrey.com",
     34    "url": "http://blakeembrey.me"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/blakeembrey/array-flatten/issues"
     38  },
    439  "description": "Flatten nested arrays",
    5   "main": "array-flatten.js",
    6   "typings": "array-flatten.d.ts",
     40  "devDependencies": {
     41    "benchmarked": "^2.0.0",
     42    "istanbul": "^0.4.0",
     43    "mocha": "^3.1.2",
     44    "standard": "^10.0.0"
     45  },
    746  "files": [
    847    "array-flatten.js",
     
    1049    "LICENSE"
    1150  ],
    12   "scripts": {
    13     "lint": "standard",
    14     "test-spec": "mocha -R spec --bail",
    15     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
    16     "test": "npm run lint && npm run test-cov",
    17     "benchmark": "node benchmark"
    18   },
    19   "repository": {
    20     "type": "git",
    21     "url": "git://github.com/blakeembrey/array-flatten.git"
    22   },
     51  "homepage": "https://github.com/blakeembrey/array-flatten",
    2352  "keywords": [
    2453    "array",
     
    2958    "for"
    3059  ],
    31   "author": {
    32     "name": "Blake Embrey",
    33     "email": "hello@blakeembrey.com",
    34     "url": "http://blakeembrey.me"
     60  "license": "MIT",
     61  "main": "array-flatten.js",
     62  "name": "array-flatten",
     63  "repository": {
     64    "type": "git",
     65    "url": "git://github.com/blakeembrey/array-flatten.git"
    3566  },
    36   "license": "MIT",
    37   "bugs": {
    38     "url": "https://github.com/blakeembrey/array-flatten/issues"
     67  "scripts": {
     68    "benchmark": "node benchmark",
     69    "lint": "standard",
     70    "test": "npm run lint && npm run test-cov",
     71    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
     72    "test-spec": "mocha -R spec --bail"
    3973  },
    40   "homepage": "https://github.com/blakeembrey/array-flatten",
    41   "devDependencies": {
    42     "benchmarked": "^2.0.0",
    43     "istanbul": "^0.4.0",
    44     "mocha": "^3.1.2",
    45     "standard": "^10.0.0"
    46   }
     74  "typings": "array-flatten.d.ts",
     75  "version": "2.1.2"
    4776}
Note: See TracChangeset for help on using the changeset viewer.