chat-server/node_modules/is-arrayish/package.json

110 lines
3.8 KiB
JSON
Raw Normal View History

2019-04-10 13:07:31 +10:00
{
"_args": [
[
"is-arrayish@^0.3.1",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/simple-swizzle"
]
],
"_from": "is-arrayish@>=0.3.1 <0.4.0",
"_id": "is-arrayish@0.3.2",
"_inCache": true,
"_installable": true,
"_location": "/is-arrayish",
"_nodeVersion": "9.6.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-arrayish_0.3.2_1529395785916_0.7508357148358016"
},
"_npmUser": {
"email": "i.am.qix@gmail.com",
"name": "qix"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "is-arrayish",
"raw": "is-arrayish@^0.3.1",
"rawSpec": "^0.3.1",
"scope": null,
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/simple-swizzle"
],
"_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
"_shasum": "4574a2ae56f7ab206896fb431eaeed066fdf8f03",
"_shrinkwrap": null,
"_spec": "is-arrayish@^0.3.1",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/simple-swizzle",
"author": {
"name": "Qix",
"url": "http://github.com/qix-"
},
"bugs": {
"url": "https://github.com/qix-/node-is-arrayish/issues"
},
"dependencies": {},
"description": "Determines if an object can be used as an array",
"devDependencies": {
"@zeit/eslint-config-node": "^0.3.0",
"@zeit/git-hooks": "^0.1.4",
"coffeescript": "^2.3.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"should": "^13.2.1"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKLpKCRA9TVsSAnZWagAAFl4P/jzlgKRLsa41wcCqGj2h\nEaTcoT3zXf7HpaFzG+uCvgna+AKknEHNBgmQeLafM0seWWvAbV4OGq4J0nls\nbBDirWPBY1ohg8fDwle82PZe57b0OvGdkk+Q52oj26YI/b04gMV+0kpL1uTb\n26XlzPDR0wm9rIUKS3GqwrzU/7n5lSVXFUSHDPDFIn4QyzxG0IaYqB3FlY57\niOTT/XmyqZW70xORcQxTAXXYgp+KMsXA6hoS0ZGjIhYq+CbVjCVdEULIyrfz\nnuU/CmhtiuW24icBaqGjeEvFbM5fVnvNFkeMeWmDfJOVK83KyWLrtjHBbfVC\nU0wmdTDN8W/YtL4ZNXkVJwzph63BC0yAhRd1Db0yPL3Ymiz5a1STi439YxCp\nrPnKmNotFpit+UL6rQtMwOD6QG+FqY8HNzyRAZTwUo4UhMv+8N6pPygB+FZg\n+9xZdsWW8+GnFLmpyr0gEjgPu0CcPwczSEDTpka2sjks8MggmsF2nEZdBFgR\nszl4s8la/GxKgxuAkDr7kYQYea7PwWK412OyLeQG6wBdHDFN53/zjB/chLVw\nGdNvEt4+2g/igJSMzZpDb4e7L/DPF0Y3K3RRS8COMSBQL786D0FtjUNoh689\nGf54TxYlJEAjDaRNeVX6GYwjqIfeLsI9GXuI1iIDOo/Z1YoZQw9r/4acZDP5\n/uIe\r\n=cnL7\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "4574a2ae56f7ab206896fb431eaeed066fdf8f03",
"tarball": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
"unpackedSize": 54720
},
"eslintConfig": {
"extends": [
"@zeit/eslint-config-node"
]
},
"git": {
"pre-commit": "lint-staged"
},
"gitHead": "8ef97ff99d606e911aeaf003b86318b882b4fba1",
"homepage": "https://github.com/qix-/node-is-arrayish#readme",
"keywords": [
"array",
"arrayish",
"duck",
"is",
"proto",
"prototype",
"similar",
"type",
"type"
],
"license": "MIT",
"maintainers": [
{
"name": "qix",
"email": "i.am.qix@gmail.com"
}
],
"name": "is-arrayish",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-is-arrayish.git"
},
"scripts": {
"lint": "zeit-eslint --ext .jsx,.js .",
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
"test": "mocha --require coffeescript/register ./test/**/*.coffee"
},
"version": "0.3.2"
}