123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_from": "codepage@~1.12.0",
- "_id": "codepage@1.12.2",
- "_inBundle": false,
- "_integrity": "sha512-FAN+oPs/ocaPLFvIt4vEOHgWA6UJ6t+fVbbVBoXDpTpC+4JYasomYZEEjR/Miph3qQrVnIShRwwmwu4P35JW1w==",
- "_location": "/codepage",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "codepage@~1.12.0",
- "name": "codepage",
- "escapedName": "codepage",
- "rawSpec": "~1.12.0",
- "saveSpec": null,
- "fetchSpec": "~1.12.0"
- },
- "_requiredBy": [
- "/xlsx"
- ],
- "_resolved": "https://registry.npmjs.org/codepage/-/codepage-1.12.2.tgz",
- "_shasum": "fd4424448c8bf1db5d7e01f9ecf9e8346582a195",
- "_spec": "codepage@~1.12.0",
- "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
- "alex": {
- "allow": [
- "chinese",
- "european",
- "german",
- "japanese",
- "latin"
- ]
- },
- "author": {
- "name": "SheetJS"
- },
- "bin": {
- "codepage": "./bin/codepage.njs"
- },
- "browser": {
- "buffer": "false"
- },
- "bugs": {
- "url": "https://github.com/SheetJS/js-codepage/issues"
- },
- "bundleDependencies": false,
- "config": {
- "blanket": {
- "pattern": "[cputils.js]"
- }
- },
- "dependencies": {
- "commander": "~2.14.1",
- "exit-on-epipe": "~1.0.1"
- },
- "deprecated": false,
- "description": "pure-JS library to handle codepages",
- "devDependencies": {
- "@sheetjs/uglify-js": "~2.7.3",
- "@types/commander": "^2.12.0",
- "@types/node": "^8.0.7",
- "blanket": "~1.2.3",
- "dtslint": "^0.1.2",
- "mocha": "~2.5.3",
- "typescript": "2.2.0",
- "voc": "~1.1.0"
- },
- "engines": {
- "node": ">=0.8"
- },
- "files": [
- "LICENSE",
- "README.md",
- "bin",
- "types/index.d.ts",
- "types/*.json",
- "cptable.js",
- "cputils.js",
- "dist/sbcs.full.js",
- "dist/cpexcel.full.js"
- ],
- "homepage": "http://sheetjs.com/opensource",
- "keywords": [
- "codepage",
- "iconv",
- "convert",
- "strings"
- ],
- "license": "Apache-2.0",
- "main": "cputils.js",
- "name": "codepage",
- "repository": {
- "type": "git",
- "url": "git://github.com/SheetJS/js-codepage.git"
- },
- "scripts": {
- "build": "make js",
- "dtslint": "dtslint types",
- "lint": "make fullint",
- "pretest": "git submodule init && git submodule update",
- "test": "make test"
- },
- "types": "types",
- "version": "1.12.2"
- }
|