1
0
Fork 0
arangodb/js/node/node_modules/dedent/package.json

74 lines
1.7 KiB
JSON

{
"name": "dedent",
"version": "0.6.0",
"description": "An ES6 string tag that strips indentation from multi-line strings",
"main": "dist/dedent.js",
"files": [
"dist/dedent.js",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/dmnd/dedent.git"
},
"keywords": [
"dedent",
"tag",
"multi-line string",
"es6"
],
"author": {
"name": "Desmond Brand",
"email": "dmnd@desmondbrand.com",
"url": "http://desmondbrand.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dmnd/dedent/issues"
},
"homepage": "https://github.com/dmnd/dedent",
"devDependencies": {
"babel-jest": "^5.0.1",
"eslint": "^1.9.0",
"gulp": "^3.8.10",
"gulp-babel": "^5.1.0",
"jest-cli": "^0.7.1"
},
"scripts": {
"test": "jest",
"lint": "eslint dedent.js __tests__"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"json"
]
},
"gitHead": "e7d0bcea425ff647791a30cd9db0fb486c26078a",
"_id": "dedent@0.6.0",
"_shasum": "0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb",
"_from": "dedent@latest",
"_npmVersion": "3.3.6",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "dmnd",
"email": "dmnd@desmondbrand.com"
},
"maintainers": [
{
"name": "dmnd",
"email": "dmnd@desmondbrand.com"
}
],
"dist": {
"shasum": "0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb",
"tarball": "http://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz"
}