This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/strnum/package.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "strnum@^1.0.5",
"_id": "strnum@1.0.5",
"_inBundle": false,
"_integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
"_location": "/strnum",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "strnum@^1.0.5",
"name": "strnum",
"escapedName": "strnum",
"rawSpec": "^1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.5"
},
"_requiredBy": [
"/fast-xml-parser"
],
"_resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
"_shasum": "5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db",
"_spec": "strnum@^1.0.5",
"_where": "/home/dorians/cronjob/node_modules/fast-xml-parser",
"author": {
"name": "Amit Gupta",
"url": "https://amitkumargupta.work/"
},
"bugs": {
"url": "https://github.com/NaturalIntelligence/strnum/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parse String to Number based on configuration",
"devDependencies": {
"jasmine": "^3.10.0"
},
"homepage": "https://github.com/NaturalIntelligence/strnum#readme",
"keywords": [
"string",
"number",
"parse",
"convert"
],
"license": "MIT",
"main": "strnum.js",
"name": "strnum",
"repository": {
"type": "git",
"url": "git+https://github.com/NaturalIntelligence/strnum.git"
},
"scripts": {
"test": "jasmine strnum.test.js"
},
"version": "1.0.5"
}