tck-lambdas 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,71 @@
1
+ {
2
+ "name": "xpath",
3
+ "version": "0.0.23",
4
+ "description": "DOM 3 Xpath implemention and helper for node.js.",
5
+ "engines": {
6
+ "node": ">=0.6.0"
7
+ },
8
+ "author": {
9
+ "name": "Cameron McCormac"
10
+ },
11
+ "contributors": [
12
+ {
13
+ "name": "goto100"
14
+ },
15
+ {
16
+ "name": "James Rishe"
17
+ }
18
+ ],
19
+ "dependencies": {},
20
+ "devDependencies": {
21
+ "nodeunit": ">=0.6.4",
22
+ "xmldom": "^0.1.19"
23
+ },
24
+ "scripts": {
25
+ "test": "nodeunit test.js"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/goto100/xpath.git"
30
+ },
31
+ "main": "./xpath.js",
32
+ "keywords": [
33
+ "xpath",
34
+ "xml"
35
+ ],
36
+ "license": "Creative Commons",
37
+ "gitHead": "8f93951c2aae50452c7049914972943be25beaf5",
38
+ "bugs": {
39
+ "url": "https://github.com/goto100/xpath/issues"
40
+ },
41
+ "homepage": "https://github.com/goto100/xpath",
42
+ "_id": "xpath@0.0.23",
43
+ "_shasum": "f5e8fdc6bdc7e72885b3234f40cba2669580aafa",
44
+ "_from": "xpath@latest",
45
+ "_npmVersion": "2.5.1",
46
+ "_nodeVersion": "0.12.0",
47
+ "_npmUser": {
48
+ "name": "jlrishe",
49
+ "email": "jrishe@gmail.com"
50
+ },
51
+ "dist": {
52
+ "shasum": "f5e8fdc6bdc7e72885b3234f40cba2669580aafa",
53
+ "tarball": "https://registry.npmjs.org/xpath/-/xpath-0.0.23.tgz"
54
+ },
55
+ "maintainers": [
56
+ {
57
+ "name": "goto100",
58
+ "email": "goto100@gmail.com"
59
+ },
60
+ {
61
+ "name": "jlrishe",
62
+ "email": "jrishe@gmail.com"
63
+ }
64
+ ],
65
+ "_npmOperationalInternal": {
66
+ "host": "packages-16-east.internal.npmjs.com",
67
+ "tmp": "tmp/xpath-0.0.23.tgz_1460216519802_0.9233638201840222"
68
+ },
69
+ "directories": {},
70
+ "_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.23.tgz"
71
+ }