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

    rceaed42 r59329aa  
    11{
    2   "name": "humanize-ms",
    3   "version": "1.2.1",
    4   "description": "transform humanize time to ms",
    5   "main": "index.js",
    6   "files": [
    7     "index.js"
     2  "_args": [
     3    [
     4      "humanize-ms@1.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    87  ],
    9   "scripts": {
    10     "test": "make test"
     8  "_development": true,
     9  "_from": "humanize-ms@1.2.1",
     10  "_id": "humanize-ms@1.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=",
     13  "_location": "/humanize-ms",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "humanize-ms@1.2.1",
     19    "name": "humanize-ms",
     20    "escapedName": "humanize-ms",
     21    "rawSpec": "1.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.2.1"
    1124  },
    12   "keywords": [
    13     "humanize",
    14     "ms"
     25  "_requiredBy": [
     26    "/agentkeepalive"
    1527  ],
     28  "_resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
     29  "_spec": "1.2.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    1631  "author": {
    1732    "name": "dead-horse",
     
    1934    "url": "http://deadhorse.me"
    2035  },
    21   "repository": {
    22     "type": "git",
    23     "url": "https://github.com/node-modules/humanize-ms"
     36  "bugs": {
     37    "url": "https://github.com/node-modules/humanize-ms/issues"
    2438  },
    25   "license": "MIT",
    2639  "dependencies": {
    2740    "ms": "^2.0.0"
    2841  },
     42  "description": "transform humanize time to ms",
    2943  "devDependencies": {
    3044    "autod": "*",
     
    3448    "mocha": "*",
    3549    "should": "*"
    36   }
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/node-modules/humanize-ms#readme",
     55  "keywords": [
     56    "humanize",
     57    "ms"
     58  ],
     59  "license": "MIT",
     60  "main": "index.js",
     61  "name": "humanize-ms",
     62  "repository": {
     63    "type": "git",
     64    "url": "git+https://github.com/node-modules/humanize-ms.git"
     65  },
     66  "scripts": {
     67    "test": "make test"
     68  },
     69  "version": "1.2.1"
    3770}
Note: See TracChangeset for help on using the changeset viewer.