88e5e8f040b2ce520343714a3ded32d0d77c017c
[VSoRC/.git] / node_modules / toidentifier / package.json
1 {
2   "_from": "toidentifier@1.0.0",
3   "_id": "toidentifier@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
6   "_location": "/toidentifier",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "toidentifier@1.0.0",
12     "name": "toidentifier",
13     "escapedName": "toidentifier",
14     "rawSpec": "1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "1.0.0"
17   },
18   "_requiredBy": [
19     "/http-errors"
20   ],
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",
25   "author": {
26     "name": "Douglas Christopher Wilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "bugs": {
30     "url": "https://github.com/component/toidentifier/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Douglas Christopher Wilson",
36       "email": "doug@somethingdoug.com"
37     },
38     {
39       "name": "Nick Baugh",
40       "email": "niftylettuce@gmail.com",
41       "url": "http://niftylettuce.com/"
42     }
43   ],
44   "deprecated": false,
45   "description": "Convert a string of words to a JavaScript identifier",
46   "devDependencies": {
47     "eslint": "4.19.1",
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",
54     "mocha": "1.21.5",
55     "nyc": "11.8.0"
56   },
57   "engines": {
58     "node": ">=0.6"
59   },
60   "files": [
61     "index.js"
62   ],
63   "homepage": "https://github.com/component/toidentifier#readme",
64   "license": "MIT",
65   "name": "toidentifier",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/component/toidentifier.git"
69   },
70   "scripts": {
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"
74   },
75   "version": "1.0.0"
76 }