package.json 2.2 KB

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