package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "nwsapi@2.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nwsapi@2.1.3",
  10. "_id": "nwsapi@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-JfOlzsJsZU9zdt9mWc34S5nflVg=",
  13. "_location": "/nwsapi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nwsapi@2.1.3",
  19. "name": "nwsapi",
  20. "escapedName": "nwsapi",
  21. "rawSpec": "2.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.3"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/nwsapi/download/nwsapi-2.1.3.tgz",
  29. "_spec": "2.1.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.1.3"
  72. }