package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "is-date-object@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/es-to-primitive"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-date-object/download/is-date-object-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/is-date-object/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^1.2.0",
  41. "covert": "^1.1.0",
  42. "eslint": "^1.5.1",
  43. "foreach": "^2.0.5",
  44. "indexof": "^0.0.1",
  45. "is": "^3.1.0",
  46. "jscs": "^2.1.1",
  47. "nsp": "^1.1.0",
  48. "semver": "^5.0.3",
  49. "tape": "^4.2.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.4"
  53. },
  54. "homepage": "https://github.com/ljharb/is-date-object#readme",
  55. "keywords": [
  56. "Date",
  57. "ES6",
  58. "toStringTag",
  59. "@@toStringTag",
  60. "Date object"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-date-object",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/ljharb/is-date-object.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test.js",
  71. "coverage-quiet": "covert test.js --quiet",
  72. "eslint": "eslint test.js *.js",
  73. "jscs": "jscs test.js *.js",
  74. "lint": "npm run jscs && npm run eslint",
  75. "security": "nsp package",
  76. "test": "npm run lint && node --harmony --es-staging test.js && npm run security"
  77. },
  78. "testling": {
  79. "files": "test.js",
  80. "browsers": [
  81. "iexplore/6.0..latest",
  82. "firefox/3.0..6.0",
  83. "firefox/15.0..latest",
  84. "firefox/nightly",
  85. "chrome/4.0..10.0",
  86. "chrome/20.0..latest",
  87. "chrome/canary",
  88. "opera/10.0..latest",
  89. "opera/next",
  90. "safari/4.0..latest",
  91. "ipad/6.0..latest",
  92. "iphone/6.0..latest",
  93. "android-browser/4.2"
  94. ]
  95. },
  96. "version": "1.0.1"
  97. }