/usr/lib/nodejs/proj4/package.json is in node-proj4 2.3.12+ds-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"name": "proj4",
"version": "2.3.11-alpha",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"main": "lib/index.js",
"directories": {
"test": "test",
"doc": "docs"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/proj4js/proj4js.git"
},
"author": "",
"license": "MIT",
"jam": {
"main": "dist/proj4.js",
"include": [
"dist/proj4.js",
"README.md",
"AUTHORS",
"LICENSE.md"
]
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"chai": "~1.8.1",
"mocha": "~1.17.1",
"grunt-mocha-phantomjs": "~0.4.0",
"browserify": "~3.24.5",
"grunt-browserify": "~1.3.0",
"grunt-contrib-uglify": "~0.3.2",
"curl": "git://github.com/cujojs/curl.git",
"istanbul": "~0.2.4",
"tin": "~0.4.0"
},
"dependencies": {
"mgrs": "~0.0.2"
}
}
|