package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "is@^3.2.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==",
  6. "_location": "/is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is@^3.2.1",
  12. "name": "is",
  13. "escapedName": "is",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/node.extend"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is/-/is-3.3.0.tgz",
  22. "_shasum": "61cff6dd3c4193db94a3d62582072b44e5645d79",
  23. "_spec": "is@^3.2.1",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\node.extend",
  25. "author": {
  26. "name": "Enrico Marino",
  27. "url": "http://onirame.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/enricomarino/is/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband",
  36. "url": "https://github.com/ljharb"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "the definitive JavaScript type testing library",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^13.0.0",
  44. "covert": "^1.1.0",
  45. "eslint": "^5.10.0",
  46. "foreach": "^2.0.5",
  47. "jscs": "^3.0.7",
  48. "make-generator-function": "^1.1.0",
  49. "safe-publish-latest": "^1.1.2",
  50. "tape": "^4.9.1"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "homepage": "https://github.com/enricomarino/is",
  56. "keywords": [
  57. "util",
  58. "type",
  59. "test"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "is",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/enricomarino/is.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test/index.js",
  70. "coverage-quiet": "covert test/index.js --quiet",
  71. "eslint": "eslint .",
  72. "jscs": "jscs *.js */*.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "prepublish": "safe-publish-latest",
  75. "pretest": "npm run lint",
  76. "test": "npm run --silent tests-only",
  77. "tests-only": "node test/index.js"
  78. },
  79. "testling": {
  80. "files": "test/index.js",
  81. "browsers": [
  82. "iexplore/6.0..latest",
  83. "firefox/3.0",
  84. "firefox/15.0..latest",
  85. "firefox/nightly",
  86. "chrome/4.0",
  87. "chrome/22.0..latest",
  88. "chrome/canary",
  89. "opera/10.0..latest",
  90. "opera/next",
  91. "safari/5.0.5..latest",
  92. "ipad/6.0..latest",
  93. "iphone/6.0..latest"
  94. ]
  95. },
  96. "version": "3.3.0"
  97. }