package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "is-symbol@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/es-to-primitive"
  6. ]
  7. ],
  8. "_from": "is-symbol@>=1.0.1 <2.0.0",
  9. "_id": "is-symbol@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-symbol",
  13. "_npmUser": {
  14. "email": "ljharb@gmail.com",
  15. "name": "ljharb"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "is-symbol",
  21. "raw": "is-symbol@^1.0.1",
  22. "rawSpec": "^1.0.1",
  23. "scope": null,
  24. "spec": ">=1.0.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/es-to-primitive"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
  31. "_shasum": "3cc59f00025194b6ab2e38dbae6689256b660572",
  32. "_shrinkwrap": null,
  33. "_spec": "is-symbol@^1.0.1",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/es-to-primitive",
  35. "author": {
  36. "name": "Jordan Harband"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/is-symbol/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Determine if a value is an ES6 Symbol or not.",
  43. "devDependencies": {
  44. "covert": "1.0.0",
  45. "jscs": "~1.10.0",
  46. "nsp": "~1.0.0",
  47. "semver": "~4.2.0",
  48. "tape": "~3.4.0"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "3cc59f00025194b6ab2e38dbae6689256b660572",
  53. "tarball": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz"
  54. },
  55. "engines": {
  56. "node": ">= 0.4"
  57. },
  58. "gitHead": "5bbd991ff41a459a941d205de65d533cc6c3cd8c",
  59. "homepage": "https://github.com/ljharb/is-symbol",
  60. "keywords": [
  61. "Symbol",
  62. "es6",
  63. "is",
  64. "symbol"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "maintainers": [
  69. {
  70. "name": "ljharb",
  71. "email": "ljharb@gmail.com"
  72. }
  73. ],
  74. "name": "is-symbol",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/ljharb/is-symbol.git"
  80. },
  81. "scripts": {
  82. "coverage": "covert test/index.js",
  83. "coverage:quiet": "covert test/index.js --quiet",
  84. "lint": "jscs *.js */*.js",
  85. "security": "nsp package",
  86. "test": "npm run lint && node --es-staging --harmony test/index.js && npm run security"
  87. },
  88. "testling": {
  89. "browsers": [
  90. "android-browser/4.2",
  91. "chrome/20.0..latest",
  92. "chrome/4.0..10.0",
  93. "chrome/canary",
  94. "firefox/15.0..latest",
  95. "firefox/3.0..6.0",
  96. "firefox/nightly",
  97. "iexplore/6.0..latest",
  98. "ipad/6.0..latest",
  99. "iphone/6.0..latest",
  100. "opera/10.0..latest",
  101. "opera/next",
  102. "safari/4.0..latest"
  103. ],
  104. "files": "test/index.js"
  105. },
  106. "version": "1.0.1"
  107. }