package.json (4321B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "toidentifier@1.0.0", 6 "scope": null, 7 "escapedName": "toidentifier", 8 "name": "toidentifier", 9 "rawSpec": "1.0.0", 10 "spec": "1.0.0", 11 "type": "version" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/http-errors" 14 ] 15 ], 16 "_from": "toidentifier@1.0.0", 17 "_id": "toidentifier@1.0.0", 18 "_inCache": true, 19 "_location": "/toidentifier", 20 "_nodeVersion": "8.11.3", 21 "_npmOperationalInternal": { 22 "host": "s3://npm-registry-packages", 23 "tmp": "tmp/toidentifier_1.0.0_1531151827437_0.3834790263753669" 24 }, 25 "_npmUser": { 26 "name": "dougwilson", 27 "email": "doug@somethingdoug.com" 28 }, 29 "_npmVersion": "5.6.0", 30 "_phantomChildren": {}, 31 "_requested": { 32 "raw": "toidentifier@1.0.0", 33 "scope": null, 34 "escapedName": "toidentifier", 35 "name": "toidentifier", 36 "rawSpec": "1.0.0", 37 "spec": "1.0.0", 38 "type": "version" 39 }, 40 "_requiredBy": [ 41 "/http-errors" 42 ], 43 "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", 44 "_shasum": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553", 45 "_shrinkwrap": null, 46 "_spec": "toidentifier@1.0.0", 47 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/http-errors", 48 "author": { 49 "name": "Douglas Christopher Wilson", 50 "email": "doug@somethingdoug.com" 51 }, 52 "bugs": { 53 "url": "https://github.com/component/toidentifier/issues" 54 }, 55 "contributors": [ 56 { 57 "name": "Douglas Christopher Wilson", 58 "email": "doug@somethingdoug.com" 59 }, 60 { 61 "name": "Nick Baugh", 62 "email": "niftylettuce@gmail.com", 63 "url": "http://niftylettuce.com/" 64 } 65 ], 66 "dependencies": {}, 67 "description": "Convert a string of words to a JavaScript identifier", 68 "devDependencies": { 69 "eslint": "4.19.1", 70 "eslint-config-standard": "11.0.0", 71 "eslint-plugin-import": "2.11.0", 72 "eslint-plugin-markdown": "1.0.0-beta.6", 73 "eslint-plugin-node": "6.0.1", 74 "eslint-plugin-promise": "3.7.0", 75 "eslint-plugin-standard": "3.1.0", 76 "mocha": "1.21.5", 77 "nyc": "11.8.0" 78 }, 79 "directories": {}, 80 "dist": { 81 "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", 82 "shasum": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553", 83 "tarball": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", 84 "fileCount": 4, 85 "unpackedSize": 4327, 86 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbQ4XTCRA9TVsSAnZWagAA7DoP/j60iZmXQNybYW88ghH2\nb0/OM4HaSAJFZaPLs/QWHAG+1njmk4Inxr0YPeqAcU8bkh8UvUBAsf/qnNOV\nVx8R5MQspibif04/f/nB+ZZyoFvv45270S5M+hb22colM3BK0FnfImVZHqI6\n0n+fbicoYYCg3KxEpLC4GdXbJ2R6iSJ+kCnvTFX7/EzDoDjZJjzSMn96HpH+\nakvIo0kEXsTMVmjWwQSo++7JzsfBJs7Z2X+ixOdhf1HHYU5yiDS/8blXY5hN\nG5tcXbsBsFMPSRwKzArB8SqTejls6uRY21DmzvXnNCfS5k5FyftGLtBTpmwk\n2mHLENZ+79t+HP4tXmF/2scY/XjIWCtxjmOPBHg9eMoCe7uiEf/MkNoPQ29a\nKYMYz3gePkHG6NH+IN69e0KYmdzyowxtQy0Oel3L71nnguFD0DzJuhODahvl\nWdrzkyKWYHkrByIQmsYhLei67I+fgiAEURFhXHwRQ6TfW+i7I+0vx6qVZ7Uz\n8kCo7SELv6Suo62QXxB3O9u0qZyISXWfxbV48+T5KDayWmBVNEo9yktzPMF6\nIv49uczFdrGI5rAI2/zW5Ss7I00OnbY1I4va36JkEcoxqriiYGhLK+a7/061\nRKoB8fSKWCaiXEYcNkjiEIhI+5n57xOA4PuEUnfpqizo8yvxVLvOLUmNCtm3\nBVOV\r\n=Yk0D\r\n-----END PGP SIGNATURE-----\r\n" 87 }, 88 "engines": { 89 "node": ">=0.6" 90 }, 91 "files": [ 92 "index.js" 93 ], 94 "gitHead": "8c09cba5e530de7d74b087ea66740c0e4a5af02b", 95 "homepage": "https://github.com/component/toidentifier#readme", 96 "license": "MIT", 97 "maintainers": [ 98 { 99 "name": "dougwilson", 100 "email": "doug@somethingdoug.com" 101 }, 102 { 103 "name": "jongleberry", 104 "email": "jonathanrichardong@gmail.com" 105 }, 106 { 107 "name": "niftylettuce", 108 "email": "niftylettuce@gmail.com" 109 } 110 ], 111 "name": "toidentifier", 112 "optionalDependencies": {}, 113 "readme": "ERROR: No README data found!", 114 "repository": { 115 "type": "git", 116 "url": "git+https://github.com/component/toidentifier.git" 117 }, 118 "scripts": { 119 "lint": "eslint --plugin markdown --ext js,md .", 120 "test": "mocha --reporter spec --bail --check-leaks test/", 121 "test-cov": "nyc --reporter=html --reporter=text npm test" 122 }, 123 "version": "1.0.0" 124 }