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