|
1 | 1 | { |
2 | | - "author": "Stefan Goessner", |
3 | | - "name": "jsonpath-plus", |
4 | | - "description": "A JS implementation of JSONPath with some additional operators", |
5 | | - "contributors": [ |
6 | | - { |
7 | | - "name": "Prof. Gössner", |
8 | | - "email": "stefan.goessner@fh-dortmund.de" |
9 | | - }, |
10 | | - { |
11 | | - "name": "Subbu Allamaraju", |
12 | | - "email": "subbu@subbu.org" |
13 | | - }, |
14 | | - { |
15 | | - "name": "Mike Brevoort", |
16 | | - "email": "mike@brevoort.com" |
17 | | - }, |
18 | | - { |
19 | | - "name": "Robert Krahn", |
20 | | - "email": "robert.krahn@gmail.com" |
21 | | - }, |
22 | | - { |
23 | | - "name": "Brett Zamir", |
24 | | - "email": "brettz9@yahoo.com" |
25 | | - }, |
26 | | - { |
27 | | - "name": "Richard Schneider", |
28 | | - "email": "makaretu@gmail.com" |
29 | | - } |
30 | | - ], |
31 | | - "license": "MIT", |
32 | | - "version": "0.14.0", |
33 | | - "repository": { |
34 | | - "type": "git", |
35 | | - "url": "git://github.com/s3u/JSONPath.git" |
| 2 | + "author": "Stefan Goessner", |
| 3 | + "name": "jsonpath-plus", |
| 4 | + "description": "A JS implementation of JSONPath with some additional operators", |
| 5 | + "contributors": [ |
| 6 | + { |
| 7 | + "name": "Prof. Gössner", |
| 8 | + "email": "stefan.goessner@fh-dortmund.de" |
36 | 9 | }, |
37 | | - "bugs": "https://github.com/s3u/JSONPath/issues/", |
38 | | - "homepage": "https://github.com/s3u/JSONPath", |
39 | | - "main": "./lib/jsonpath", |
40 | | - "dependencies": {}, |
41 | | - "engines": { |
42 | | - "node": ">=0.8" |
| 10 | + { |
| 11 | + "name": "Subbu Allamaraju", |
| 12 | + "email": "subbu@subbu.org" |
43 | 13 | }, |
44 | | - "devDependencies": { |
45 | | - "nodeunit": "0.9.0", |
46 | | - "eslint": "^1.10.3", |
47 | | - "eslint-config-standard": "^4.4.0", |
48 | | - "eslint-plugin-standard": "^1.3.1" |
| 14 | + { |
| 15 | + "name": "Mike Brevoort", |
| 16 | + "email": "mike@brevoort.com" |
49 | 17 | }, |
50 | | - "keywords": ["json", "jsonpath"], |
51 | | - "scripts": {"test": "./node_modules/.bin/eslint test lib && \"./node_modules/.bin/nodeunit\" test"} |
| 18 | + { |
| 19 | + "name": "Robert Krahn", |
| 20 | + "email": "robert.krahn@gmail.com" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "Brett Zamir", |
| 24 | + "email": "brettz9@yahoo.com" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "Richard Schneider", |
| 28 | + "email": "makaretu@gmail.com" |
| 29 | + } |
| 30 | + ], |
| 31 | + "license": "MIT", |
| 32 | + "version": "0.14.0", |
| 33 | + "repository": { |
| 34 | + "type": "git", |
| 35 | + "url": "https://github.com/mplabs/JSONPath.git" |
| 36 | + }, |
| 37 | + "bugs": "https://github.com/s3u/JSONPath/issues/", |
| 38 | + "homepage": "https://github.com/s3u/JSONPath", |
| 39 | + "main": "./lib/jsonpath", |
| 40 | + "dependencies": {}, |
| 41 | + "engines": { |
| 42 | + "node": ">=0.8" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "eslint": "^1.10.3", |
| 46 | + "eslint-config-standard": "^4.4.0", |
| 47 | + "eslint-plugin-standard": "^1.3.1", |
| 48 | + "gulp": "^3.9.1", |
| 49 | + "gulp-minify": "0.0.5", |
| 50 | + "nodeunit": "0.9.0" |
| 51 | + }, |
| 52 | + "keywords": [ |
| 53 | + "json", |
| 54 | + "jsonpath" |
| 55 | + ], |
| 56 | + "scripts": { |
| 57 | + "test": "./node_modules/.bin/eslint test lib && \"./node_modules/.bin/nodeunit\" test" |
| 58 | + } |
52 | 59 | } |
0 commit comments