package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-date-object@1.0.1",
  10. "_id": "is-date-object@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
  13. "_location": "/is-date-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-date-object@1.0.1",
  19. "name": "is-date-object",
  20. "escapedName": "is-date-object",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal",
  27. "/es-to-primitive"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Jordan Harband"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ljharb/is-date-object/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^1.2.0",
  42. "covert": "^1.1.0",
  43. "eslint": "^1.5.1",
  44. "foreach": "^2.0.5",
  45. "indexof": "^0.0.1",
  46. "is": "^3.1.0",
  47. "jscs": "^2.1.1",
  48. "nsp": "^1.1.0",
  49. "semver": "^5.0.3",
  50. "tape": "^4.2.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "homepage": "https://github.com/ljharb/is-date-object#readme",
  56. "keywords": [
  57. "Date",
  58. "ES6",
  59. "toStringTag",
  60. "@@toStringTag",
  61. "Date object"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "is-date-object",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/ljharb/is-date-object.git"
  69. },
  70. "scripts": {
  71. "coverage": "covert test.js",
  72. "coverage-quiet": "covert test.js --quiet",
  73. "eslint": "eslint test.js *.js",
  74. "jscs": "jscs test.js *.js",
  75. "lint": "npm run jscs && npm run eslint",
  76. "security": "nsp package",
  77. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  78. },
  79. "testling": {
  80. "files": "test.js",
  81. "browsers": [
  82. "iexplore/6.0..latest",
  83. "firefox/3.0..6.0",
  84. "firefox/15.0..latest",
  85. "firefox/nightly",
  86. "chrome/4.0..10.0",
  87. "chrome/20.0..latest",
  88. "chrome/canary",
  89. "opera/10.0..latest",
  90. "opera/next",
  91. "safari/4.0..latest",
  92. "ipad/6.0..latest",
  93. "iphone/6.0..latest",
  94. "android-browser/4.2"
  95. ]
  96. },
  97. "version": "1.0.1"
  98. }