source: trip-planner-front/node_modules/num2fraction/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
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",
31 "author": {
32 "name": "yisi",
33 "email": "yiorsi@gmail.com",
34 "url": "http://iyunlu.com/view"
35 },
36 "bugs": {
37 "url": "https://github.com/yisibl/num2fraction/issues"
38 },
39 "description": "Convert number to fraction",
40 "devDependencies": {
41 "tape": "^3.0.0"
42 },
43 "homepage": "https://github.com/yisibl/num2fraction#readme",
44 "keywords": [
45 "fraction",
46 "number",
47 "math",
48 "maths",
49 "arithmetic",
50 "gcd",
51 "rational"
52 ],
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"
59 },
60 "scripts": {
61 "test": "tape test/*.js"
62 },
63 "version": "1.2.2"
64}
Note: See TracBrowser for help on using the repository browser.