anorgatarrak-wordpress-theme/node_modules/angular-gettext-tools/package.json

75 lines
2.1 KiB
JSON

{
"_from": "angular-gettext-tools@~2.3.9",
"_id": "angular-gettext-tools@2.3.9",
"_inBundle": false,
"_integrity": "sha512-5R7guzzRpBvJloFsbDtY16PNA4xxrQvKhnbjpT74zuIXrOEy4sTz/r35BKFofrLEL4iLmVEgaUC7pYhZdW2QyQ==",
"_location": "/angular-gettext-tools",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "angular-gettext-tools@~2.3.9",
"name": "angular-gettext-tools",
"escapedName": "angular-gettext-tools",
"rawSpec": "~2.3.9",
"saveSpec": null,
"fetchSpec": "~2.3.9"
},
"_requiredBy": [
"/grunt-angular-gettext"
],
"_resolved": "https://registry.npmjs.org/angular-gettext-tools/-/angular-gettext-tools-2.3.9.tgz",
"_shasum": "e8fd6692171b863370b6db031e6cdbf24673f102",
"_spec": "angular-gettext-tools@~2.3.9",
"_where": "/home/lrullo/httpdocs/anorgatarrak.eus/wp-content/themes/anorgatarrak/node_modules/grunt-angular-gettext",
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@rocketeer.be",
"url": "http://rocketeer.be"
},
"bugs": {
"url": "https://github.com/rubenv/angular-gettext-tools/issues"
},
"bundleDependencies": false,
"dependencies": {
"babylon": "^6.11.4",
"binary-search": "^1.2.0",
"cheerio": "~0.19.0",
"lodash": "^4.0.0",
"pofile": "~1.0.0",
"typescript": "~2.3.2",
"typescript-eslint-parser": "^3.0.0"
},
"deprecated": false,
"description": "Tools for extracting/compiling angular-gettext strings.",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-cli": "^1.13.1",
"sinon": "^1.17.4"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "http://angular-gettext.rocketeer.be/",
"keywords": [
"angular",
"gettext"
],
"license": "MIT",
"main": "index.js",
"name": "angular-gettext-tools",
"repository": {
"type": "git",
"url": "git://github.com/rubenv/angular-gettext-tools.git"
},
"scripts": {
"test": "grunt test"
},
"version": "2.3.9"
}