123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "detect-indent@^6.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-lib"
- ]
- ],
- "_from": "detect-indent@>=6.0.0 <7.0.0",
- "_hasShrinkwrap": false,
- "_id": "detect-indent@6.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/detect-indent",
- "_nodeVersion": "10.15.3",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/detect-indent_6.0.0_1556628188019_0.9294671604278244"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "6.9.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "detect-indent",
- "raw": "detect-indent@^6.0.0",
- "rawSpec": "^6.0.0",
- "scope": null,
- "spec": ">=6.0.0 <7.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cordova-lib"
- ],
- "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
- "_shasum": "0abd0f549f69fc6659a254fe96786186b6f528fd",
- "_shrinkwrap": null,
- "_spec": "detect-indent@^6.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cordova-lib",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/detect-indent/issues"
- },
- "dependencies": {},
- "description": "Detect the indentation of code",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 5,
- "integrity": "sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyELcCRA9TVsSAnZWagAAJswP/3XOKqS/qO/ZmjvcbzWH\nApfud92neoQ1L5YhhZcs5ERoiQc6WvdrklTBFf9FDavo6UWq1lq5RoUx91fD\nG006HvmGJLXgFJLK7LjUo2jA1E1XuIsVv/eivWDb3BKaWvxOoU2q61ZYbjv2\nCsiMaumQ4zWZectJ6h0KWDA/9eraGJXmtgrqZJMv3AAlKEPaKC3tMpfDBb8J\ngDXLv1kH4+wDZpn+3K8PgrO/5sfm1ls+gcQyaiaPGkAvsfylsuDKNZ1mcLa7\nWmY1r4dbX73TkUXiv4dpTVGkg0PJp/Tb2xww4Uv590AkZcR1BzATjvNDpNvK\nDLeg8aynKVdhHDRiii9Zd+EdvKNLV8Avb957UErQd+60LI0HX2pINmbjK/lf\ngVsxHrQD3IfJIOlb82HjkLf1Fs0ZD2euAHXRb8MuhejsAmU+iVogksUpTK8i\nogBooPyPsp8iJctz0VoUiipOq/kDndZXQriF0yK7i3KEA0BzNLy2+fTPqV9i\nDeOJ1S6LVjghCbQa6fIAvQmiHl0iMeYHfuQ8n27aifvGaDaphkUiHlfotRk8\nCIVNhE9kWrWTk+J5845M2uCWDMMLs0lbHt3UaC4NiHvyNc86ACMuaOw0YE1m\nVSmU/J9fFDVAdiyt7UtOjWIwdAiVBWyhiXZU96PdSlzkhKQuhJoiL0haRtHd\n4Fcj\r\n=t2/o\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "0abd0f549f69fc6659a254fe96786186b6f528fd",
- "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.0.0.tgz",
- "unpackedSize": 7836
- },
- "engines": {
- "node": ">=8"
- },
- "gitHead": "e42875ce2ce2e3d63f6ecd4fe79150943340da9e",
- "homepage": "https://github.com/sindresorhus/detect-indent#readme",
- "keywords": [
- "code",
- "detect",
- "identify",
- "indent",
- "indentation",
- "infer",
- "source",
- "space",
- "string",
- "tab",
- "text"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "detect-indent",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/detect-indent.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "6.0.0",
- "xo": {
- "ignores": [
- "fixture"
- ]
- }
- }
|