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

    rceaed42 r59329aa  
    11{
    2   "name": "flatted",
    3   "version": "2.0.2",
     2  "_args": [
     3    [
     4      "flatted@2.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "flatted@2.0.2",
     10  "_id": "flatted@2.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
     13  "_location": "/flatted",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "flatted@2.0.2",
     19    "name": "flatted",
     20    "escapedName": "flatted",
     21    "rawSpec": "2.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.2"
     24  },
     25  "_requiredBy": [
     26    "/log4js"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz",
     29  "_spec": "2.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Andrea Giammarchi"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/WebReflection/flatted/issues"
     36  },
    437  "description": "A super light and fast circular JSON parser.",
    5   "unpkg": "min.js",
    6   "main": "cjs/index.js",
    7   "module": "esm/index.js",
    8   "types": "types.d.ts",
    9   "scripts": {
    10     "bench": "node test/bench.js",
    11     "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
    12     "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
    13     "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
    14     "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
    15     "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
    16     "coveralls": "nyc report --reporter=text-lcov | coveralls",
    17     "test": "nyc node test/index.js"
     38  "devDependencies": {
     39    "circular-json": "^0.5.9",
     40    "circular-json-es6": "^2.0.2",
     41    "coveralls": "^3.0.11",
     42    "jsan": "^3.1.13",
     43    "nyc": "^15.0.0",
     44    "uglify-js": "^3.8.1"
    1845  },
    19   "repository": {
    20     "type": "git",
    21     "url": "git+https://github.com/WebReflection/flatted.git"
    22   },
     46  "homepage": "https://github.com/WebReflection/flatted#readme",
    2347  "keywords": [
    2448    "circular",
     
    2852    "minimal"
    2953  ],
    30   "author": "Andrea Giammarchi",
    3154  "license": "ISC",
    32   "bugs": {
    33     "url": "https://github.com/WebReflection/flatted/issues"
     55  "main": "cjs/index.js",
     56  "module": "esm/index.js",
     57  "name": "flatted",
     58  "repository": {
     59    "type": "git",
     60    "url": "git+https://github.com/WebReflection/flatted.git"
    3461  },
    35   "homepage": "https://github.com/WebReflection/flatted#readme",
    36   "devDependencies": {
    37     "circular-json": "^0.5.9",
    38     "circular-json-es6": "^2.0.2",
    39     "coveralls": "^3.0.11",
    40     "jsan": "^3.1.13",
    41     "nyc": "^15.0.0",
    42     "uglify-js": "^3.8.1"
    43   }
     62  "scripts": {
     63    "bench": "node test/bench.js",
     64    "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
     65    "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
     66    "coveralls": "nyc report --reporter=text-lcov | coveralls",
     67    "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
     68    "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
     69    "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
     70    "test": "nyc node test/index.js"
     71  },
     72  "types": "types.d.ts",
     73  "unpkg": "min.js",
     74  "version": "2.0.2"
    4475}
Note: See TracChangeset for help on using the changeset viewer.