| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "parse-bmfont-ascii@^1.0.3",
- "_id": "parse-bmfont-ascii@1.0.6",
- "_inBundle": false,
- "_integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==",
- "_location": "/parse-bmfont-ascii",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "parse-bmfont-ascii@^1.0.3",
- "name": "parse-bmfont-ascii",
- "escapedName": "parse-bmfont-ascii",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "/load-bmfont"
- ],
- "_resolved": "https://registry.npmmirror.com/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
- "_shasum": "11ac3c3ff58f7c2020ab22769079108d4dfa0285",
- "_spec": "parse-bmfont-ascii@^1.0.3",
- "_where": "/data/wwwroot/qimall/node/node_modules/load-bmfont",
- "author": {
- "name": "Matt DesLauriers",
- "email": "dave.des@gmail.com",
- "url": "https://github.com/mattdesl"
- },
- "bugs": {
- "url": "https://github.com/mattdesl/parse-bmfont-ascii/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "parses ASCII BMFont files to a JavaScript object",
- "devDependencies": {
- "tape": "^3.5.0"
- },
- "homepage": "https://github.com/mattdesl/parse-bmfont-ascii",
- "keywords": [
- "ascii",
- "parse",
- "convert",
- "bmfont",
- "bm",
- "bitmap",
- "font",
- "bitmaps",
- "angel",
- "angelcode",
- "code",
- "text",
- "gl",
- "sprite",
- "sprites",
- "stackgl"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "parse-bmfont-ascii",
- "repository": {
- "type": "git",
- "url": "git://github.com/mattdesl/parse-bmfont-ascii.git"
- },
- "scripts": {
- "test": "node test/test.js"
- },
- "version": "1.0.6"
- }
|