My dotfiles
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

59 rader
1.9 KiB

  1. {
  2. "_from": "@emmetio/extract-abbreviation@0.1.6",
  3. "_id": "@emmetio/extract-abbreviation@0.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ce3xE2JvTSEbASFbRbA1gAIcMcZWdS2yUYRaQbeM0nbOzaZrUYfa3ePtcriYRZOZmr+CkKA+zbjhvTpIOAYVcw==",
  6. "_location": "/@emmetio/extract-abbreviation",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@emmetio/extract-abbreviation@0.1.6",
  12. "name": "@emmetio/extract-abbreviation",
  13. "escapedName": "@emmetio%2fextract-abbreviation",
  14. "scope": "@emmetio",
  15. "rawSpec": "0.1.6",
  16. "saveSpec": null,
  17. "fetchSpec": "0.1.6"
  18. },
  19. "_requiredBy": [
  20. "/vscode-emmet-helper"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@emmetio/extract-abbreviation/-/extract-abbreviation-0.1.6.tgz",
  23. "_shasum": "e4a9856c1057f0aff7d443b8536477c243abe28c",
  24. "_spec": "@emmetio/extract-abbreviation@0.1.6",
  25. "_where": "/tmp/coc-emmet-I4j5XV/node_modules/vscode-emmet-helper",
  26. "author": {
  27. "name": "Sergey Chikuyonok",
  28. "email": "serge.che@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/emmetio/extract-abbreviation/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Extracts Emmet abbreviation from string",
  36. "devDependencies": {
  37. "babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
  38. "babel-register": "^6.22.0",
  39. "mocha": "^3.2.0",
  40. "rollup": "^0.41.4"
  41. },
  42. "homepage": "https://github.com/emmetio/extract-abbreviation#readme",
  43. "keywords": [],
  44. "license": "MIT",
  45. "main": "dist/extract-abbreviation.cjs.js",
  46. "module": "dist/extract-abbreviation.es.js",
  47. "name": "@emmetio/extract-abbreviation",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/emmetio/extract-abbreviation.git"
  51. },
  52. "scripts": {
  53. "build": "rollup -c",
  54. "prepublish": "npm test && npm run build",
  55. "test": "mocha"
  56. },
  57. "version": "0.1.6"
  58. }