2 "_from": "toidentifier@1.0.0",
3 "_id": "toidentifier@1.0.0",
5 "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
6 "_location": "/toidentifier",
7 "_phantomChildren": {},
11 "raw": "toidentifier@1.0.0",
12 "name": "toidentifier",
13 "escapedName": "toidentifier",
21 "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
22 "_shasum": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553",
23 "_spec": "toidentifier@1.0.0",
24 "_where": "/home/josuer08/Documents/web/node_modules/http-errors",
26 "name": "Douglas Christopher Wilson",
27 "email": "doug@somethingdoug.com"
30 "url": "https://github.com/component/toidentifier/issues"
32 "bundleDependencies": false,
35 "name": "Douglas Christopher Wilson",
36 "email": "doug@somethingdoug.com"
40 "email": "niftylettuce@gmail.com",
41 "url": "http://niftylettuce.com/"
45 "description": "Convert a string of words to a JavaScript identifier",
48 "eslint-config-standard": "11.0.0",
49 "eslint-plugin-import": "2.11.0",
50 "eslint-plugin-markdown": "1.0.0-beta.6",
51 "eslint-plugin-node": "6.0.1",
52 "eslint-plugin-promise": "3.7.0",
53 "eslint-plugin-standard": "3.1.0",
63 "homepage": "https://github.com/component/toidentifier#readme",
65 "name": "toidentifier",
68 "url": "git+https://github.com/component/toidentifier.git"
71 "lint": "eslint --plugin markdown --ext js,md .",
72 "test": "mocha --reporter spec --bail --check-leaks test/",
73 "test-cov": "nyc --reporter=html --reporter=text npm test"