package.json 3.36 KB
{
  "_args": [
    [
      {
        "raw": "urlencode",
        "scope": null,
        "escapedName": "urlencode",
        "name": "urlencode",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "C:\\Users\\yoon\\Desktop\\JS\\RUTroll"
    ]
  ],
  "_from": "urlencode@latest",
  "_id": "urlencode@1.1.0",
  "_inCache": true,
  "_location": "/urlencode",
  "_nodeVersion": "3.0.0",
  "_npmUser": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com"
  },
  "_npmVersion": "2.13.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "urlencode",
    "scope": null,
    "escapedName": "urlencode",
    "name": "urlencode",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz",
  "_shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
  "_shrinkwrap": null,
  "_spec": "urlencode",
  "_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll",
  "author": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/node-modules/urlencode/issues"
  },
  "contributors": [
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com",
      "url": "https://github.com/fengmk2"
    },
    {
      "name": "aleafs",
      "email": "zhangxc83@gmail.com",
      "url": "https://github.com/aleafs"
    },
    {
      "name": "azbykov",
      "email": "azbykov@yamoney.ru",
      "url": "https://github.com/azbykov"
    },
    {
      "name": "alsotang",
      "email": "alsotang@gmail.com",
      "url": "https://github.com/alsotang"
    },
    {
      "name": "twang",
      "email": "twsharp@126.com",
      "url": "https://github.com/twang3"
    }
  ],
  "dependencies": {
    "iconv-lite": "~0.4.11"
  },
  "description": "encodeURIComponent with charset",
  "devDependencies": {
    "autod": "*",
    "beautify-benchmark": "*",
    "benchmark": "*",
    "blanket": "*",
    "contributors": "*",
    "istanbul": "~0.3.17",
    "jshint": "*",
    "mocha": "*",
    "should": "7"
  },
  "directories": {},
  "dist": {
    "shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
    "tarball": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "e12310e90dd87e45cdee6360fbd4395d2575d741",
  "homepage": "https://github.com/node-modules/urlencode",
  "keywords": [
    "urlencode",
    "urldecode",
    "encodeURIComponent",
    "decodeURIComponent",
    "querystring",
    "parse"
  ],
  "license": "MIT",
  "main": "lib/urlencode.js",
  "maintainers": [
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    }
  ],
  "name": "urlencode",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/urlencode.git"
  },
  "scripts": {
    "autod": "autod -w --prefix '~' -t test -e examples",
    "benchmark": "node benchmark/urlencode.js && node benchmark/urlencode.decode.js",
    "cnpm": "npm install --registry=https://registry.npm.taobao.org",
    "jshint": "jshint .",
    "test": "mocha -R spec -t 20000 -r should test/*.test.js",
    "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should test/*.test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should test/*.test.js"
  },
  "version": "1.1.0"
}