You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "@sindresorhus/is@^0.7.0",
  3. "_id": "@sindresorhus/is@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
  6. "_location": "/@sindresorhus/is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sindresorhus/is@^0.7.0",
  12. "name": "@sindresorhus/is",
  13. "escapedName": "@sindresorhus%2fis",
  14. "scope": "@sindresorhus",
  15. "rawSpec": "^0.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.7.0"
  18. },
  19. "_requiredBy": [
  20. "/bin-wrapper/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
  23. "_shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd",
  24. "_spec": "@sindresorhus/is@^0.7.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper\\node_modules\\got",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Type check values: `is.string('🦄') //=> true`",
  37. "devDependencies": {
  38. "@types/jsdom": "^2.0.31",
  39. "@types/node": "^8.0.47",
  40. "@types/tempy": "^0.1.0",
  41. "ava": "*",
  42. "del-cli": "^1.1.0",
  43. "jsdom": "^9.12.0",
  44. "tempy": "^0.2.1",
  45. "tslint": "^5.8.0",
  46. "tslint-xo": "^0.3.0",
  47. "typescript": "^2.6.1"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "dist"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/is#readme",
  56. "keywords": [
  57. "type",
  58. "types",
  59. "is",
  60. "check",
  61. "checking",
  62. "validate",
  63. "validation",
  64. "utility",
  65. "util",
  66. "typeof",
  67. "instanceof",
  68. "object",
  69. "assert",
  70. "assertion",
  71. "test",
  72. "kind",
  73. "primitive",
  74. "verify",
  75. "compare"
  76. ],
  77. "license": "MIT",
  78. "main": "dist/index.js",
  79. "name": "@sindresorhus/is",
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/is.git"
  86. },
  87. "scripts": {
  88. "build": "tsc",
  89. "lint": "tslint --format stylish --project .",
  90. "prepublish": "npm run build && del dist/tests",
  91. "test": "npm run lint && npm run build && ava dist/tests"
  92. },
  93. "types": "dist/index.d.ts",
  94. "version": "0.7.0"
  95. }