package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "@sindresorhus/is@^0.7.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "@sindresorhus/is@>=0.7.0 <0.8.0",
  9. "_id": "@sindresorhus/is@0.7.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/@sindresorhus/is",
  13. "_nodeVersion": "8.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-0.7.0.tgz_1513024821800_0.9983615970704705"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "@sindresorhus/is",
  26. "raw": "@sindresorhus/is@^0.7.0",
  27. "rawSpec": "^0.7.0",
  28. "scope": "@sindresorhus",
  29. "spec": ">=0.7.0 <0.8.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
  36. "_shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd",
  37. "_shrinkwrap": null,
  38. "_spec": "@sindresorhus/is@^0.7.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/is/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Type check values: `is.string('🦄') //=> true`",
  50. "devDependencies": {
  51. "@types/jsdom": "^2.0.31",
  52. "@types/node": "^8.0.47",
  53. "@types/tempy": "^0.1.0",
  54. "ava": "*",
  55. "del-cli": "^1.1.0",
  56. "jsdom": "^9.12.0",
  57. "tempy": "^0.2.1",
  58. "tslint": "^5.8.0",
  59. "tslint-xo": "^0.3.0",
  60. "typescript": "^2.6.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
  65. "shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd",
  66. "tarball": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=4"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "gitHead": "828a5b3088804f32fec824a2fbff0396d4cd13b3",
  75. "homepage": "https://github.com/sindresorhus/is#readme",
  76. "keywords": [
  77. "assert",
  78. "assertion",
  79. "check",
  80. "checking",
  81. "compare",
  82. "instanceof",
  83. "is",
  84. "kind",
  85. "object",
  86. "primitive",
  87. "test",
  88. "type",
  89. "typeof",
  90. "types",
  91. "util",
  92. "utility",
  93. "validate",
  94. "validation",
  95. "verify"
  96. ],
  97. "license": "MIT",
  98. "main": "dist/index.js",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. }
  104. ],
  105. "name": "@sindresorhus/is",
  106. "optionalDependencies": {},
  107. "publishConfig": {
  108. "access": "public"
  109. },
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/sindresorhus/is.git"
  114. },
  115. "scripts": {
  116. "build": "tsc",
  117. "lint": "tslint --format stylish --project .",
  118. "prepublish": "npm run build && del dist/tests",
  119. "test": "npm run lint && npm run build && ava dist/tests"
  120. },
  121. "types": "dist/index.d.ts",
  122. "version": "0.7.0"
  123. }