package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@one-ini/wasm@0.1.1",
  3. "_id": "@one-ini/wasm@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
  6. "_location": "/@one-ini/wasm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@one-ini/wasm@0.1.1",
  12. "name": "@one-ini/wasm",
  13. "escapedName": "@one-ini%2fwasm",
  14. "scope": "@one-ini",
  15. "rawSpec": "0.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "0.1.1"
  18. },
  19. "_requiredBy": [
  20. "/editorconfig"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@one-ini/wasm/-/wasm-0.1.1.tgz",
  23. "_shasum": "6013659736c9dbfccc96e8a9c2b3de317df39323",
  24. "_spec": "@one-ini/wasm@0.1.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\editorconfig",
  26. "bugs": {
  27. "url": "https://github.com/one-ini/core/issues"
  28. },
  29. "bundleDependencies": false,
  30. "collaborators": [
  31. "Jed Mao <jedmao@outlook.com>",
  32. "Joe Hildebrand <joe-github@cursive.net>",
  33. "Florian Neumann <florian.neumann@mindkeeper.solutions>"
  34. ],
  35. "deprecated": false,
  36. "description": "Parse EditorConfig-INI file contents into AST",
  37. "files": [
  38. "one_ini_bg.wasm",
  39. "one_ini.js",
  40. "one_ini.d.ts"
  41. ],
  42. "homepage": "https://github.com/one-ini/core#readme",
  43. "keywords": [
  44. "editorconfig",
  45. "ini",
  46. "parser",
  47. "ast"
  48. ],
  49. "license": "MIT",
  50. "main": "one_ini.js",
  51. "name": "@one-ini/wasm",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/one-ini/core.git"
  55. },
  56. "types": "one_ini.d.ts",
  57. "version": "0.1.1"
  58. }