package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "is@^3.1.0",
  3. "_id": "is@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0Kwq1V63sL7JJqUmb2xmKqqD3KU=",
  6. "_location": "/is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is@^3.1.0",
  12. "name": "is",
  13. "escapedName": "is",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/node.extend"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is/-/is-3.2.1.tgz",
  22. "_shasum": "d0ac2ad55eb7b0bec926a5266f6c662aaa83dca5",
  23. "_spec": "is@^3.1.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "^11.0.0",
  44. "covert": "^1.1.0",
  45. "eslint": "^3.16.1",
  46. "foreach": "^2.0.5",
  47. "jscs": "^3.0.7",
  48. "make-generator-function": "^1.1.0",
  49. "safe-publish-latest": "^1.1.1",
  50. "tape": "^4.6.3"
  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 *.js */*.js",
  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.2.1"
  97. }