File: //home/arjun/projects/buyercall/node_modules/strnum/package.json
{
"_args": [
[
"strnum@1.0.5",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "strnum@1.0.5",
"_id": "strnum@1.0.5",
"_inBundle": false,
"_integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
"_location": "/strnum",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "1.0.5",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Amit Gupta",
"url": "https://amitkumargupta.work/"
},
"bugs": {
"url": "https://github.com/NaturalIntelligence/strnum/issues"
},
"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"
}