2 "_from": "encodeurl@~1.0.2",
3 "_id": "encodeurl@1.0.2",
5 "_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
6 "_location": "/encodeurl",
7 "_phantomChildren": {},
11 "raw": "encodeurl@~1.0.2",
13 "escapedName": "encodeurl",
24 "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
25 "_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
26 "_spec": "encodeurl@~1.0.2",
27 "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/express",
29 "url": "https://github.com/pillarjs/encodeurl/issues"
31 "bundleDependencies": false,
34 "name": "Douglas Christopher Wilson",
35 "email": "doug@somethingdoug.com"
39 "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
42 "eslint-config-standard": "10.2.1",
43 "eslint-plugin-import": "2.8.0",
44 "eslint-plugin-node": "5.2.1",
45 "eslint-plugin-promise": "3.6.0",
46 "eslint-plugin-standard": "3.0.1",
59 "homepage": "https://github.com/pillarjs/encodeurl#readme",
69 "url": "git+https://github.com/pillarjs/encodeurl.git"
73 "test": "mocha --reporter spec --bail --check-leaks test/",
74 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
75 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"