package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "has-symbols@^1.0.0",
  3. "_id": "has-symbols@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.0.0",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/object.assign"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
  22. "_shasum": "ba1a8f1af2a0fc39650f5c850367704122063b44",
  23. "_spec": "has-symbols@^1.0.0",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\object.assign",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/has-symbols/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^8.0.0",
  46. "core-js": "^2.4.1",
  47. "eslint": "^3.5.0",
  48. "get-own-property-symbols": "^0.9.2",
  49. "nsp": "^2.6.1",
  50. "safe-publish-latest": "^1.0.1",
  51. "tape": "^4.6.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "homepage": "https://github.com/ljharb/has-symbols#readme",
  57. "keywords": [
  58. "Symbol",
  59. "symbols",
  60. "typeof",
  61. "sham",
  62. "polyfill",
  63. "native",
  64. "core-js",
  65. "ES6"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "has-symbols",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/ljharb/has-symbols.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint *.js",
  76. "posttest": "npm run --silent security",
  77. "prepublish": "safe-publish-latest",
  78. "pretest": "npm run --silent lint",
  79. "security": "nsp check",
  80. "test": "npm run --silent tests-only",
  81. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  82. "test:shams:corejs": "node test/shams/core-js.js",
  83. "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
  84. "test:staging": "node --harmony --es-staging test",
  85. "test:stock": "node test",
  86. "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams"
  87. },
  88. "testling": {
  89. "files": "test/index.js",
  90. "browsers": [
  91. "iexplore/6.0..latest",
  92. "firefox/3.0..6.0",
  93. "firefox/15.0..latest",
  94. "firefox/nightly",
  95. "chrome/4.0..10.0",
  96. "chrome/20.0..latest",
  97. "chrome/canary",
  98. "opera/10.0..latest",
  99. "opera/next",
  100. "safari/4.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "1.0.0"
  107. }