package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "xpath.js@~1.1.0",
  3. "_id": "xpath.js@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==",
  6. "_location": "/xpath.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xpath.js@~1.1.0",
  12. "name": "xpath.js",
  13. "escapedName": "xpath.js",
  14. "rawSpec": "~1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/adal-node"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz",
  22. "_shasum": "3816a44ed4bb352091083d002a383dd5104a5ff1",
  23. "_spec": "xpath.js@~1.1.0",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\adal-node",
  25. "author": {
  26. "name": "Cameron McCormack",
  27. "url": "http://mcc.id.au/xpathjs"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yaronn/xpath.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Xpath pure javascript implementation for node.js",
  36. "devDependencies": {
  37. "nodeunit": ">=0.6.4"
  38. },
  39. "directories": {},
  40. "engines": {
  41. "node": ">=0.4.0"
  42. },
  43. "homepage": "https://github.com/yaronn/xpath.js#readme",
  44. "keywords": [
  45. "xpath",
  46. "xml"
  47. ],
  48. "license": "MIT",
  49. "main": "./xpath.js",
  50. "name": "xpath.js",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/yaronn/xpath.js.git"
  54. },
  55. "scripts": {
  56. "test": "nodeunit tests/test.js"
  57. },
  58. "version": "1.1.0"
  59. }