Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
nodejs
/
callDir
/
node_modules
/
xpath
:
package.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "xpath", "version": "0.0.32", "description": "DOM 3 XPath implemention and helper for node.js.", "engines": { "node": ">=0.6.0" }, "author": { "name": "Cameron McCormack" }, "contributors": [ { "name": "goto100" }, { "name": "James Rishe" } ], "dependencies": {}, "devDependencies": { "xmldom": "^0.1.19" }, "typings": "./xpath.d.ts", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/goto100/xpath.git" }, "main": "./xpath.js", "keywords": [ "xpath", "xml" ], "license": "MIT" }