package.json 1.6 KB

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