- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/num2fraction/package.json
rceaed42 r59329aa 1 1 { 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", 6 31 "author": { 7 32 "name": "yisi", … … 9 34 "url": "http://iyunlu.com/view" 10 35 }, 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" 15 38 }, 39 "description": "Convert number to fraction", 40 "devDependencies": { 41 "tape": "^3.0.0" 42 }, 43 "homepage": "https://github.com/yisibl/num2fraction#readme", 16 44 "keywords": [ 17 45 "fraction", … … 23 51 "rational" 24 52 ], 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" 27 59 }, 28 60 "scripts": { 29 61 "test": "tape test/*.js" 30 } 62 }, 63 "version": "1.2.2" 31 64 }
Note:
See TracChangeset
for help on using the changeset viewer.