package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "nwsapi@^2.0.7",
  3. "_id": "nwsapi@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
  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. "/jest-environment-jsdom-fifteen/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
  23. "_shasum": "204879a9e3d068ff2a55139c2c772780681a38b7",
  24. "_spec": "nwsapi@^2.0.7",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jsdom",
  26. "author": {
  27. "name": "Diego Perini",
  28. "email": "diego.perini@gmail.com",
  29. "url": "http://www.iport.it/"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/dperini/nwsapi/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Fast CSS Selectors API Engine",
  37. "directories": {
  38. "test": "test"
  39. },
  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.0"
  72. }