package.json 1.71 KB
{
  "_args": [
    [
      "whatwg-url-compat@0.6.5",
      "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT"
    ]
  ],
  "_from": "whatwg-url-compat@0.6.5",
  "_id": "whatwg-url-compat@0.6.5",
  "_inBundle": false,
  "_integrity": "sha1-AImBEa9om7CXVBzVpFymyHmERb8=",
  "_location": "/whatwg-url-compat",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "whatwg-url-compat@0.6.5",
    "name": "whatwg-url-compat",
    "escapedName": "whatwg-url-compat",
    "rawSpec": "0.6.5",
    "saveSpec": null,
    "fetchSpec": "0.6.5"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz",
  "_spec": "0.6.5",
  "_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
  "author": {
    "name": "Sebastian Mayr",
    "email": "github@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-url/issues"
  },
  "dependencies": {
    "tr46": "~0.0.1"
  },
  "description": "An implementation of the WHATWG URL algorithm",
  "devDependencies": {
    "istanbul": "~0.3.14",
    "jscs": "^1.13.0",
    "jshint": "^2.7.0",
    "mocha": "^2.2.4",
    "request": "^2.55.0"
  },
  "homepage": "https://github.com/jsdom/whatwg-url#readme",
  "license": "MIT",
  "main": "lib/url.js",
  "name": "whatwg-url-compat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-url.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
    "lint": "jscs lib/ test/ scripts/ && jshint lib/ test/ scripts/",
    "pretest": "iojs scripts/get-latest-platform-tests.js",
    "test": "npm run lint && mocha"
  },
  "version": "0.6.5"
}