package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "nwsapi@2.2.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nwsapi@2.2.2",
  10. "_id": "nwsapi@2.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==",
  13. "_location": "/nwsapi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nwsapi@2.2.2",
  19. "name": "nwsapi",
  20. "escapedName": "nwsapi",
  21. "rawSpec": "2.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",
  29. "_spec": "2.2.2",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Diego Perini",
  33. "email": "diego.perini@gmail.com",
  34. "url": "http://www.iport.it/"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/dperini/nwsapi/issues"
  38. },
  39. "description": "Fast CSS Selectors API Engine",
  40. "homepage": "http://javascript.nwbox.com/nwsapi/",
  41. "keywords": [
  42. "css",
  43. "css3",
  44. "css4",
  45. "matcher",
  46. "selector"
  47. ],
  48. "license": "MIT",
  49. "licenses": [
  50. {
  51. "type": "MIT",
  52. "url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
  53. }
  54. ],
  55. "main": "./src/nwsapi",
  56. "maintainers": [
  57. {
  58. "name": "Diego Perini",
  59. "email": "diego.perini@gmail.com",
  60. "url": "http://www.iport.it/"
  61. }
  62. ],
  63. "name": "nwsapi",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/dperini/nwsapi.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint ./src/nwsapi.js"
  70. },
  71. "version": "2.2.2"
  72. }