quitando basura del index
[VSoRC/.git] / node_modules / toidentifier / package.json
1 {
2   "_args": [
3     [
4       "toidentifier@1.0.0",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "toidentifier@1.0.0",
9   "_id": "toidentifier@1.0.0",
10   "_inBundle": false,
11   "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
12   "_location": "/toidentifier",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "toidentifier@1.0.0",
18     "name": "toidentifier",
19     "escapedName": "toidentifier",
20     "rawSpec": "1.0.0",
21     "saveSpec": null,
22     "fetchSpec": "1.0.0"
23   },
24   "_requiredBy": [
25     "/http-errors"
26   ],
27   "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
28   "_spec": "1.0.0",
29   "_where": "/home/josuer08/Documents/web",
30   "author": {
31     "name": "Douglas Christopher Wilson",
32     "email": "doug@somethingdoug.com"
33   },
34   "bugs": {
35     "url": "https://github.com/component/toidentifier/issues"
36   },
37   "contributors": [
38     {
39       "name": "Douglas Christopher Wilson",
40       "email": "doug@somethingdoug.com"
41     },
42     {
43       "name": "Nick Baugh",
44       "email": "niftylettuce@gmail.com",
45       "url": "http://niftylettuce.com/"
46     }
47   ],
48   "description": "Convert a string of words to a JavaScript identifier",
49   "devDependencies": {
50     "eslint": "4.19.1",
51     "eslint-config-standard": "11.0.0",
52     "eslint-plugin-import": "2.11.0",
53     "eslint-plugin-markdown": "1.0.0-beta.6",
54     "eslint-plugin-node": "6.0.1",
55     "eslint-plugin-promise": "3.7.0",
56     "eslint-plugin-standard": "3.1.0",
57     "mocha": "1.21.5",
58     "nyc": "11.8.0"
59   },
60   "engines": {
61     "node": ">=0.6"
62   },
63   "files": [
64     "index.js"
65   ],
66   "homepage": "https://github.com/component/toidentifier#readme",
67   "license": "MIT",
68   "name": "toidentifier",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/component/toidentifier.git"
72   },
73   "scripts": {
74     "lint": "eslint --plugin markdown --ext js,md .",
75     "test": "mocha --reporter spec --bail --check-leaks test/",
76     "test-cov": "nyc --reporter=html --reporter=text npm test"
77   },
78   "version": "1.0.0"
79 }