1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "ssf@~0.10.1",
- "_id": "ssf@0.10.2",
- "_inBundle": false,
- "_integrity": "sha512-rDhAPm9WyIsY8eZEKyE8Qsotb3j/wBdvMWBUsOhJdfhKGLfQidRjiBUV0y/MkyCLiXQ38FG6LWW/VYUtqlIDZQ==",
- "_location": "/ssf",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ssf@~0.10.1",
- "name": "ssf",
- "escapedName": "ssf",
- "rawSpec": "~0.10.1",
- "saveSpec": null,
- "fetchSpec": "~0.10.1"
- },
- "_requiredBy": [
- "/xlsx"
- ],
- "_resolved": "https://registry.npmjs.org/ssf/-/ssf-0.10.2.tgz",
- "_shasum": "65b2b4fcdfd967bc8e8383a41349009893115976",
- "_spec": "ssf@~0.10.1",
- "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
- "author": {
- "name": "sheetjs"
- },
- "bin": {
- "ssf": "./bin/ssf.njs"
- },
- "bugs": {
- "url": "https://github.com/SheetJS/ssf/issues"
- },
- "bundleDependencies": false,
- "config": {
- "blanket": {
- "pattern": "ssf.js"
- }
- },
- "dependencies": {
- "frac": "~1.1.2"
- },
- "deprecated": false,
- "description": "Format data using ECMA-376 spreadsheet Format Codes",
- "devDependencies": {
- "@sheetjs/uglify-js": "~2.7.3",
- "@types/node": "^8.0.7",
- "blanket": "~1.2.3",
- "dtslint": "^0.1.2",
- "mocha": "~2.5.3",
- "typescript": "2.2.0"
- },
- "engines": {
- "node": ">=0.8"
- },
- "homepage": "http://sheetjs.com/opensource",
- "keywords": [
- "format",
- "sprintf",
- "spreadsheet"
- ],
- "license": "Apache-2.0",
- "main": "./ssf",
- "name": "ssf",
- "repository": {
- "type": "git",
- "url": "git://github.com/SheetJS/ssf.git"
- },
- "scripts": {
- "build": "make",
- "dtslint": "dtslint types",
- "lint": "make fullint",
- "test": "make test"
- },
- "types": "types",
- "version": "0.10.2"
- }
|