{ "_args": [ [ { "raw": "type@^1.0.1", "scope": null, "escapedName": "type", "name": "type", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/d" ] ], "_from": "type@>=1.0.1 <2.0.0", "_hasShrinkwrap": false, "_id": "type@1.0.1", "_inCache": true, "_location": "/type", "_nodeVersion": "11.13.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/type_1.0.1_1554733326657_0.6015133915569804" }, "_npmUser": { "name": "medikoo", "email": "medikoo+npm@medikoo.com" }, "_npmVersion": "6.7.0", "_phantomChildren": {}, "_requested": { "raw": "type@^1.0.1", "scope": null, "escapedName": "type", "name": "type", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/d" ], "_resolved": "https://registry.npmjs.org/type/-/type-1.0.1.tgz", "_shasum": "084c9a17fcc9151a2cdb1459905c2e45e4bb7d61", "_shrinkwrap": null, "_spec": "type@^1.0.1", "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/d", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "https://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/type/issues" }, "dependencies": {}, "description": "Runtime validation and processing of JavaScript types", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.15.3", "eslint-config-medikoo-es3": "^2.1.0", "git-list-updated": "^1.1.2", "husky": "^1.3.1", "lint-staged": "^8.1.5", "mocha": "^6.0.2", "nyc": "^13.3.0", "prettier-elastic": "^1.16.4" }, "directories": {}, "dist": { "integrity": "sha512-MAM5dBMJCJNKs9E7JXo4CXRAansRfG0nlJxW7Wf6GZzSOvH31zClSaHdIMWLehe/EGMBkqeC55rrkaOr5Oo7Nw==", "shasum": "084c9a17fcc9151a2cdb1459905c2e45e4bb7d61", "tarball": "https://registry.npmjs.org/type/-/type-1.0.1.tgz", "fileCount": 101, "unpackedSize": 96534, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcq1kPCRA9TVsSAnZWagAAVE8QAJJjMCA7+LIxgjYVhAwD\n85yQgnZ6fknasTdqYOo7qjYIntEgZ5smEKWzh9eofRv/pWEN/80+B4cOX6Hr\niZVJdvTH//Ahd9d6cNK34pVan5DbhUYX8SW8RLFgangaLAmzcCo+17C4TxWv\nHRi5vFbl8dQLHda28EOfMC2CWzxnp91flTxjGCDBGwhLIv8kAEI6z8lM+PnL\nP3Hg6GK2Q87aOHU287RvsZxpegn4pLDuRmfHYg/25tfDT5sdr2us481oGx6S\nb1o4B37AS3Kv65yShe55ymx4JvZd/EKLaWUfwBltKPaoOBO3/yuZA8HMbaDk\nRKPlCbiPOQndTsiwEzjgyKDZL8u+xIdtl3M8vSbPf5a3yZDZ970kDIoCmQe8\nFEDSTpiyKXMeroLbxGlN3LeIc1gE1a/HlAQmURlP4DxkH4WjjWPiKjBtcFwM\nhzXyiYyUX4O3DjdHfeDVU+G6y2OnQOLXKhT08ijZzCHaVEhSUAsVqfZroRM1\nSCZfUC03D0/DGDtPUhrsFTf4hdyr1OkS14DWJmF9ydSps5NGKdVGmXvcGIGJ\nuPTk8u7Cu9fTjJerG1hv5s7d9C9A2OU9/RV3e1s2hnVv/mhFeUGrY3GAvibH\nGtue/TeGFkkHJVrtHORQJO0dRaSP7hLjx0Eh3Sdp2Z8fPvKhfPRmW+PNgKhL\nrmu9\r\n=1gzz\r\n-----END PGP SIGNATURE-----\r\n" }, "eslintConfig": { "extends": "medikoo-es3", "root": true, "globals": { "Map": true, "Promise": true, "Set": true, "Symbol": true }, "overrides": [ { "files": "test/**/*.js", "env": { "mocha": true }, "rules": { "no-eval": "off", "no-new-wrappers": "off" } }, { "files": [ "string/coerce.js", "number/coerce.js" ], "rules": { "no-implicit-coercion": "off" } }, { "files": "plain-object/is.js", "rules": { "no-proto": "off" } } ] }, "gitHead": "eb9e77ae26450e8d250db7f1f1b5e01f13011750", "homepage": "https://github.com/medikoo/type#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "type", "coercion" ], "license": "ISC", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "maintainers": [ { "name": "gozala", "email": "rfobic@gmail.com" } ], "name": "type", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/medikoo/type.git" }, "scripts": { "check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 80 --lines 80", "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test", "lint": "eslint --ignore-path=.gitignore .", "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'", "test": "mocha --recursive" }, "version": "1.0.1" }