package.json 1.35 KB
{
  "_from": "iconv",
  "_id": "iconv@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-eu9senpOZ7wzNweLX09jtrCdmEiie8Z5/iMxdIq3i7tkgg562EwKSU9yjXMz8ncaQ0B+845vbqAz+1kPFXzbtQ==",
  "_location": "/iconv",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "iconv",
    "name": "iconv",
    "escapedName": "iconv",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/iconv/-/iconv-2.3.0.tgz",
  "_shasum": "9739887c2bd492d9a5e236dd3667c5358601201b",
  "_spec": "iconv",
  "_where": "/home/swc/capD/backend",
  "author": {
    "name": "Ben Noordhuis",
    "email": "info@bnoordhuis.nl"
  },
  "bugs": {
    "url": "https://github.com/bnoordhuis/node-iconv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "nan": "^2.3.5"
  },
  "deprecated": false,
  "description": "Text recoding in JavaScript for fun and profit!",
  "engines": {
    "node": ">=0.8.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/bnoordhuis/node-iconv",
  "license": "ISC",
  "main": "./lib/iconv",
  "name": "iconv",
  "repository": {
    "type": "git",
    "url": "git://github.com/bnoordhuis/node-iconv.git"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "node test/run-tests.js"
  },
  "version": "2.3.0"
}