109 lines
3.6 KiB
JSON
109 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-binary-path@~2.1.0",
|
|
"/home/pablinux/Projects/Node/app_sigma/node_modules/chokidar"
|
|
]
|
|
],
|
|
"_from": "is-binary-path@>=2.1.0 <2.2.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "is-binary-path@2.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/is-binary-path",
|
|
"_nodeVersion": "8.16.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/is-binary-path_2.1.0_1555648965645_0.6777948024491265"
|
|
},
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "6.4.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "is-binary-path",
|
|
"raw": "is-binary-path@~2.1.0",
|
|
"rawSpec": "~2.1.0",
|
|
"scope": null,
|
|
"spec": ">=2.1.0 <2.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/chokidar"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
"_shasum": "ea1f7f3b80f064236e83470f86c09c254fb45b09",
|
|
"_shrinkwrap": null,
|
|
"_spec": "is-binary-path@~2.1.0",
|
|
"_where": "/home/pablinux/Projects/Node/app_sigma/node_modules/chokidar",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-binary-path/issues"
|
|
},
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"description": "Check if a file path is a binary file",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"fileCount": 5,
|
|
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuVHGCRA9TVsSAnZWagAAHJYP/irfvd3+BqqznmABffxg\ndlp7QJa0mBx4VkvLKisN/YYsDCy6favbB4vekifA36+krW/euGG9pDgBox2w\nmihOsa0/WkQ342d1+CUi//entVtm5EsiovpUhpLBKQVF7RTUTR8zjd2PPRAQ\nhx0nYjudHFm/80m3IF7gUXrzponFPr+chhsv+lSJBLs1Rb6nRof8K65yXGa5\nvVUWuNo2EekgvFBn6+IvjFfb6e0nTtt9j165e+Vs9YToaqDBw3bc9RbUNOen\n0mInZbBz51ck9SbsB1eHbG/YesuxOhoazRXwE9rjZbMvX0G+riilAjtsPgrt\nRdHB7wyN7kAdXdGuQ/ATIRgSMH7fCLD5KCT0CVR/0I8epNRTj4/Vf4oDNYyX\nayPm81PG82Jlyz58SwaGSTot5gRr3EVKiUpW+55HhWkOvFbA4K0512dStYst\n8b/U66G6Hd0cwkg7SOZixkdzd2z0ngesoNNzQUvUds8ED3M02WeQeAnBD+WO\nWRlFVRWKd7cdC41ouEjOWW4SZ5KFtzUmO8+UCrR/y5huBtlsyimVixu8dOdW\nGWJzKGBqO+Y6wxg3mNVjnkl1iQSHbJaqlBR7xpnZKg9IIGDYprT/GE3LaM0K\nMTOBla6R8PZp/VYhY+BZg8nJyYniO2E0Qx/WOZMiUBmKiJXllsiqkac1AAdP\ncfPH\r\n=sZyR\r\n-----END PGP SIGNATURE-----\r\n",
|
|
"shasum": "ea1f7f3b80f064236e83470f86c09c254fb45b09",
|
|
"tarball": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
"unpackedSize": 3078
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"gitHead": "efe99d8b3d0ef825925e8b986d047e39bee173c3",
|
|
"homepage": "https://github.com/sindresorhus/is-binary-path#readme",
|
|
"keywords": [
|
|
"binary",
|
|
"check",
|
|
"detect",
|
|
"extension",
|
|
"extensions",
|
|
"file",
|
|
"is",
|
|
"path"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "es128",
|
|
"email": "elan.shanker+npm@gmail.com"
|
|
},
|
|
{
|
|
"name": "paulmillr",
|
|
"email": "paul@paulmillr.com"
|
|
},
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "is-binary-path",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-binary-path.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|