| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "any-base@^1.1.0",
- "_id": "any-base@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
- "_location": "/any-base",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "any-base@^1.1.0",
- "name": "any-base",
- "escapedName": "any-base",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/@jimp/core"
- ],
- "_resolved": "https://registry.npmmirror.com/any-base/-/any-base-1.1.0.tgz",
- "_shasum": "ae101a62bc08a597b4c9ab5b7089d456630549fe",
- "_spec": "any-base@^1.1.0",
- "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
- "author": {
- "name": "Kamil Harasimowicz",
- "email": "mifczu@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/HarasimowiczKamil/any-base/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Converter from any base to other any base",
- "devDependencies": {
- "browserify": "^13.1.1",
- "punycode": "^2.1.0",
- "uglify-js": "^2.7.4",
- "watchify": "^3.7.0"
- },
- "homepage": "https://github.com/HarasimowiczKamil/any-base#readme",
- "keywords": [
- "number",
- "convert",
- "base",
- "alphabet",
- "short number",
- "long numbers",
- "dec",
- "hex",
- "bin",
- "oct",
- "any"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "any-base",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/HarasimowiczKamil/any-base.git"
- },
- "scripts": {
- "build": "browserify . -s AnyBase | ./node_modules/.bin/uglifyjs -cm > dist/any-base.min.js",
- "start": "watchify . -s AnyBase -o dist/any-base.js -v -d",
- "test": "node tests/test.js"
- },
- "version": "1.1.0"
- }
|