1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "strnum@^1.1.1",
- "_id": "strnum@1.1.2",
- "_inBundle": false,
- "_integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
- "_location": "/strnum",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "strnum@^1.1.1",
- "name": "strnum",
- "escapedName": "strnum",
- "rawSpec": "^1.1.1",
- "saveSpec": null,
- "fetchSpec": "^1.1.1"
- },
- "_requiredBy": [
- "/fast-xml-parser"
- ],
- "_resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.1.2.tgz",
- "_shasum": "57bca4fbaa6f271081715dbc9ed7cee5493e28e4",
- "_spec": "strnum@^1.1.1",
- "_where": "D:\\work\\his_user_app\\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": "^5.6.0"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/NaturalIntelligence"
- }
- ],
- "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.1.2"
- }
|