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/to-fast-properties/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "to-fast-properties",
    3   "version": "2.0.0",
    4   "description": "Force V8 to use fast properties for an object",
    5   "license": "MIT",
    6   "repository": "sindresorhus/to-fast-properties",
     2  "_args": [
     3    [
     4      "to-fast-properties@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "to-fast-properties@2.0.0",
     10  "_id": "to-fast-properties@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
     13  "_location": "/to-fast-properties",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "to-fast-properties@2.0.0",
     19    "name": "to-fast-properties",
     20    "escapedName": "to-fast-properties",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/@babel/types"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
     29  "_spec": "2.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/to-fast-properties/issues"
     38  },
     39  "description": "Force V8 to use fast properties for an object",
     40  "devDependencies": {
     41    "ava": "0.0.4"
     42  },
    1243  "engines": {
    1344    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "node --allow-natives-syntax test.js"
    1745  },
    1846  "files": [
    1947    "index.js"
    2048  ],
     49  "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
    2150  "keywords": [
    2251    "object",
     
    3059    "mode"
    3160  ],
    32   "devDependencies": {
    33     "ava": "0.0.4"
    34   }
     61  "license": "MIT",
     62  "name": "to-fast-properties",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
     66  },
     67  "scripts": {
     68    "test": "node --allow-natives-syntax test.js"
     69  },
     70  "version": "2.0.0"
    3571}
Note: See TracChangeset for help on using the changeset viewer.