react-ionicons
Version:
A React SVG ionicon component
61 lines (60 loc) • 1.51 kB
JSON
{
"_from": "base62@^1.1.0",
"_id": "base62@1.2.8",
"_inBundle": false,
"_integrity": "sha512-V6YHUbjLxN1ymqNLb1DPHoU1CpfdL7d2YTIp5W3U4hhoG4hhxNmsFDs66M9EXxBiSEke5Bt5dwdfMwwZF70iLA==",
"_location": "/base62",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "base62@^1.1.0",
"name": "base62",
"escapedName": "base62",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/jstransform"
],
"_resolved": "https://registry.npmjs.org/base62/-/base62-1.2.8.tgz",
"_shasum": "1264cb0fb848d875792877479dbe8bae6bae3428",
"_spec": "base62@^1.1.0",
"_where": "/Users/zam/projects/react-ionicons/docs/node_modules/jstransform",
"author": {
"name": "Andrew Nesbitt",
"email": "andrewnez@gmail.com",
"url": "http://nesbitt.io"
},
"bugs": {
"url": "https://github.com/andrew/base62.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Javascript Base62 encode/decoder",
"devDependencies": {
"mocha": "~4.0.1"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/andrew/base62.js",
"keywords": [
"base-62",
"encoder",
"decoder"
],
"license": "MIT",
"main": "base62.js",
"name": "base62",
"repository": {
"type": "git",
"url": "git+https://github.com/andrew/base62.js.git"
},
"scripts": {
"benchmark": "node benchmark/benchmarks.js",
"test": "mocha"
},
"version": "1.2.8"
}