12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_from": "utf-8-validate",
- "_id": "utf-8-validate@5.0.2",
- "_inBundle": false,
- "_integrity": "sha1-Y8+8zYXcHytmz3odDuvAjtBWv7M=",
- "_location": "/utf-8-validate",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "utf-8-validate",
- "name": "utf-8-validate",
- "escapedName": "utf-8-validate",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/utf-8-validate/download/utf-8-validate-5.0.2.tgz",
- "_shasum": "63cfbccd85dc1f2b66cf7a1d0eebc08ed056bfb3",
- "_spec": "utf-8-validate",
- "_where": "E:\\dev\\007\\node10",
- "author": {
- "name": "Einar Otto Stangvik",
- "email": "einaros@gmail.com",
- "url": "http://2x.io"
- },
- "bugs": {
- "url": "https://github.com/websockets/utf-8-validate/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "node-gyp-build": "~3.7.0"
- },
- "deprecated": false,
- "description": "Check if a buffer contains valid UTF-8",
- "devDependencies": {
- "mocha": "~5.2.0",
- "prebuildify": "~2.10.0"
- },
- "homepage": "https://github.com/websockets/utf-8-validate",
- "keywords": [
- "utf-8-validate"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "utf-8-validate",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/websockets/utf-8-validate.git"
- },
- "scripts": {
- "install": "node-gyp-build",
- "prebuild": "prebuildify --napi",
- "test": "mocha"
- },
- "version": "5.0.2"
- }
|