Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "is-symbol@^1.0.2",
  3. "_id": "is-symbol@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==",
  6. "_location": "/is-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-symbol@^1.0.2",
  12. "name": "is-symbol",
  13. "escapedName": "is-symbol",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-to-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz",
  22. "_shasum": "a055f6ae57192caee329e7a860118b497a950f38",
  23. "_spec": "is-symbol@^1.0.2",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\es-to-primitive",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ljharb/is-symbol/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "has-symbols": "^1.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "Determine if a value is an ES6 Symbol or not.",
  37. "devDependencies": {
  38. "@ljharb/eslint-config": "^12.2.1",
  39. "covert": "^1.1.0",
  40. "eslint": "^4.19.1",
  41. "jscs": "^3.0.7",
  42. "nsp": "^3.2.1",
  43. "object-inspect": "^1.6.0",
  44. "safe-publish-latest": "^1.1.2",
  45. "semver": "^5.5.0",
  46. "tape": "^4.9.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.4"
  50. },
  51. "homepage": "https://github.com/ljharb/is-symbol#readme",
  52. "keywords": [
  53. "symbol",
  54. "es6",
  55. "is",
  56. "Symbol"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "is-symbol",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/ljharb/is-symbol.git"
  64. },
  65. "scripts": {
  66. "coverage": "covert test",
  67. "eslint": "eslint *.js */*.js",
  68. "jscs": "jscs *.js */*.js",
  69. "lint": "npm run jscs && npm run eslint",
  70. "posttest": "npm run security",
  71. "prepublish": "safe-publish-latest",
  72. "pretest": "npm run lint",
  73. "security": "nsp check",
  74. "test": "npm run tests-only",
  75. "tests-only": "node --es-staging --harmony test"
  76. },
  77. "testling": {
  78. "files": "test/index.js",
  79. "browsers": [
  80. "iexplore/6.0..latest",
  81. "firefox/3.0..6.0",
  82. "firefox/15.0..latest",
  83. "firefox/nightly",
  84. "chrome/4.0..10.0",
  85. "chrome/20.0..latest",
  86. "chrome/canary",
  87. "opera/10.0..latest",
  88. "opera/next",
  89. "safari/4.0..latest",
  90. "ipad/6.0..latest",
  91. "iphone/6.0..latest",
  92. "android-browser/4.2"
  93. ]
  94. },
  95. "version": "1.0.2"
  96. }