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

    rceaed42 r59329aa  
    11{
    2   "name": "num2fraction",
    3   "version": "1.2.2",
    4   "description": "Convert number to fraction",
    5   "main": "index.js",
     2  "_args": [
     3    [
     4      "num2fraction@1.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "num2fraction@1.2.2",
     10  "_id": "num2fraction@1.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
     13  "_location": "/num2fraction",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "num2fraction@1.2.2",
     19    "name": "num2fraction",
     20    "escapedName": "num2fraction",
     21    "rawSpec": "1.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.2.2"
     24  },
     25  "_requiredBy": [
     26    "/autoprefixer"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
     29  "_spec": "1.2.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    631  "author": {
    732    "name": "yisi",
     
    934    "url": "http://iyunlu.com/view"
    1035  },
    11   "license": "MIT",
    12   "repository": {
    13     "type": "git",
    14     "url": "git@github.com:yisibl/num2fraction.git"
     36  "bugs": {
     37    "url": "https://github.com/yisibl/num2fraction/issues"
    1538  },
     39  "description": "Convert number to fraction",
     40  "devDependencies": {
     41    "tape": "^3.0.0"
     42  },
     43  "homepage": "https://github.com/yisibl/num2fraction#readme",
    1644  "keywords": [
    1745    "fraction",
     
    2351    "rational"
    2452  ],
    25   "devDependencies": {
    26     "tape": "^3.0.0"
     53  "license": "MIT",
     54  "main": "index.js",
     55  "name": "num2fraction",
     56  "repository": {
     57    "type": "git",
     58    "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
    2759  },
    2860  "scripts": {
    2961    "test": "tape test/*.js"
    30   }
     62  },
     63  "version": "1.2.2"
    3164}
Note: See TracChangeset for help on using the changeset viewer.