Changeset 59329aa for trip-planner-front/node_modules/is-number
- 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/is-number/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-number", 3 "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.", 4 "version": "7.0.0", 5 "homepage": "https://github.com/jonschlinkert/is-number", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "Olsten Larck (https://i.am.charlike.online)", 10 "Rouven Weßling (www.rouvenwessling.de)" 2 "_args": [ 3 [ 4 "is-number@7.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/is-number", 8 "_development": true, 9 "_from": "is-number@7.0.0", 10 "_id": "is-number@7.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 13 "_location": "/is-number", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-number@7.0.0", 19 "name": "is-number", 20 "escapedName": "is-number", 21 "rawSpec": "7.0.0", 22 "saveSpec": null, 23 "fetchSpec": "7.0.0" 24 }, 25 "_requiredBy": [ 26 "/to-regex-range" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 29 "_spec": "7.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 13 35 "bugs": { 14 36 "url": "https://github.com/jonschlinkert/is-number/issues" 15 37 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 38 "contributors": [ 39 { 40 "name": "Jon Schlinkert", 41 "url": "http://twitter.com/jonschlinkert" 42 }, 43 { 44 "name": "Olsten Larck", 45 "url": "https://i.am.charlike.online" 46 }, 47 { 48 "name": "Rouven Weßling", 49 "url": "www.rouvenwessling.de" 50 } 19 51 ], 20 "main": "index.js", 21 "engines": { 22 "node": ">=0.12.0" 23 }, 24 "scripts": { 25 "test": "mocha" 26 }, 52 "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.", 27 53 "devDependencies": { 28 54 "ansi": "^0.3.1", … … 31 57 "mocha": "^3.5.3" 32 58 }, 59 "engines": { 60 "node": ">=0.12.0" 61 }, 62 "files": [ 63 "index.js" 64 ], 65 "homepage": "https://github.com/jonschlinkert/is-number", 33 66 "keywords": [ 34 67 "cast", … … 59 92 "value" 60 93 ], 94 "license": "MIT", 95 "main": "index.js", 96 "name": "is-number", 97 "repository": { 98 "type": "git", 99 "url": "git+https://github.com/jonschlinkert/is-number.git" 100 }, 101 "scripts": { 102 "test": "mocha" 103 }, 61 104 "verb": { 62 105 "toc": false, … … 79 122 "reflinks": true 80 123 } 81 } 124 }, 125 "version": "7.0.0" 82 126 }
Note:
See TracChangeset
for help on using the changeset viewer.