package.json 1.42 KB
{
  "_from": "url@0.10.3",
  "_id": "url@0.10.3",
  "_inBundle": false,
  "_integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=",
  "_location": "/url",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "url@0.10.3",
    "name": "url",
    "escapedName": "url",
    "rawSpec": "0.10.3",
    "saveSpec": null,
    "fetchSpec": "0.10.3"
  },
  "_requiredBy": [
    "/aws-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
  "_shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
  "_spec": "url@0.10.3",
  "_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\aws-sdk",
  "bugs": {
    "url": "https://github.com/defunctzombie/node-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "punycode": "1.3.2",
    "querystring": "0.2.0"
  },
  "deprecated": false,
  "description": "The core `url` packaged standalone for use with Browserify.",
  "devDependencies": {
    "assert": "1.1.1",
    "mocha": "1.18.2",
    "zuul": "2.0.0"
  },
  "homepage": "https://github.com/defunctzombie/node-url#readme",
  "license": "MIT",
  "main": "./url.js",
  "name": "url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/defunctzombie/node-url.git"
  },
  "scripts": {
    "test": "mocha --ui qunit test.js && zuul -- test.js",
    "test-local": "zuul --local -- test.js"
  },
  "version": "0.10.3"
}