source: trip-planner-front/node_modules/humanize-ms/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "humanize-ms@1.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
24 },
25 "_requiredBy": [
26 "/agentkeepalive"
27 ],
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",
31 "author": {
32 "name": "dead-horse",
33 "email": "dead_horse@qq.com",
34 "url": "http://deadhorse.me"
35 },
36 "bugs": {
37 "url": "https://github.com/node-modules/humanize-ms/issues"
38 },
39 "dependencies": {
40 "ms": "^2.0.0"
41 },
42 "description": "transform humanize time to ms",
43 "devDependencies": {
44 "autod": "*",
45 "beautify-benchmark": "~0.2.4",
46 "benchmark": "~1.0.0",
47 "istanbul": "*",
48 "mocha": "*",
49 "should": "*"
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"
70}
Note: See TracBrowser for help on using the repository browser.