You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.9 KiB

  1. {
  2. "_from": "is-potential-custom-element-name@^1.0.0",
  3. "_id": "is-potential-custom-element-name@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=",
  6. "_location": "/is-potential-custom-element-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-potential-custom-element-name@^1.0.0",
  12. "name": "is-potential-custom-element-name",
  13. "escapedName": "is-potential-custom-element-name",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz",
  22. "_shasum": "0c52e54bcca391bb2c494b21e8626d7336c6e397",
  23. "_spec": "is-potential-custom-element-name@^1.0.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
  36. "devDependencies": {
  37. "mocha": "^2.2.1",
  38. "regenerate": "^1.3.1"
  39. },
  40. "files": [
  41. "LICENSE-MIT.txt",
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name",
  45. "keywords": [
  46. "html",
  47. "custom element",
  48. "custom element name",
  49. "web components"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "is-potential-custom-element-name",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/mathiasbynens/is-potential-custom-element-name.git"
  57. },
  58. "scripts": {
  59. "build": "node build.js",
  60. "test": "mocha"
  61. },
  62. "version": "1.0.0"
  63. }