package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "nwsapi@^2.0.7",
  3. "_id": "nwsapi@2.2.22",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==",
  6. "_location": "/nwsapi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nwsapi@^2.0.7",
  12. "name": "nwsapi",
  13. "escapedName": "nwsapi",
  14. "rawSpec": "^2.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.7"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.22.tgz",
  23. "_shasum": "109f9530cda6c156d6a713cdf5939e9f0de98b9d",
  24. "_spec": "nwsapi@^2.0.7",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  26. "author": {
  27. "name": "Diego Perini",
  28. "email": "diego.perini@gmail.com",
  29. "url": "https://www.iport.it/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/dperini/nwsapi/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Fast CSS Selectors API Engine",
  37. "homepage": "https://javascript.nwbox.com/nwsapi/",
  38. "keywords": [
  39. "css",
  40. "css3",
  41. "css4",
  42. "matcher",
  43. "selector"
  44. ],
  45. "license": "MIT",
  46. "licenses": [
  47. {
  48. "type": "MIT",
  49. "url": "https://javascript.nwbox.com/nwsapi/MIT-LICENSE"
  50. }
  51. ],
  52. "main": "./src/nwsapi",
  53. "maintainers": [
  54. {
  55. "name": "Diego Perini",
  56. "email": "diego.perini@gmail.com",
  57. "url": "https://www.iport.it/"
  58. }
  59. ],
  60. "name": "nwsapi",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/dperini/nwsapi.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint ./src/nwsapi.js"
  67. },
  68. "version": "2.2.22"
  69. }