| 12345678910111213141516171819202122232425262728 |
- {
- "name": "string_decoder",
- "version": "0.10.31",
- "description": "The string_decoder module from Node core",
- "main": "index.js",
- "dependencies": {},
- "devDependencies": {
- "tap": "~0.4.8"
- },
- "scripts": {
- "test": "tap test/simple/*.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/rvagg/string_decoder.git"
- },
- "homepage": "https://github.com/rvagg/string_decoder",
- "keywords": [
- "string",
- "decoder",
- "browser",
- "browserify"
- ],
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
- "_from": "string_decoder@0.10.31",
- "_resolved": "https://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz"
- }
|