You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.7 KiB
JSON

{
"_from": "ava-init@^0.1.0",
"_id": "ava-init@0.1.6",
"_inBundle": false,
"_integrity": "sha1-7xntCyS2vzWdrW+63xoF2DY5XJE=",
"_location": "/ava-init",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ava-init@^0.1.0",
"name": "ava-init",
"escapedName": "ava-init",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/ava-init/-/ava-init-0.1.6.tgz",
"_shasum": "ef19ed0b24b6bf359dad6fbadf1a05d836395c91",
"_spec": "ava-init@^0.1.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/avajs/ava-init/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-exclude": "^1.0.0",
"cross-spawn": "^4.0.0",
"pinkie-promise": "^2.0.0",
"read-pkg-up": "^1.0.1",
"the-argv": "^1.0.0",
"write-pkg": "^1.0.0"
},
"deprecated": false,
"description": "Add AVA to your project",
"devDependencies": {
"ava": "*",
"dot-prop": "^3.0.0",
"temp-write": "^2.0.1",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/avajs/ava-init#readme",
"keywords": [
"init",
"initialize",
"add",
"create",
"setup",
"generate",
"generator",
"scaffold",
"ava",
"test",
"runner"
],
"license": "MIT",
"name": "ava-init",
"repository": {
"type": "git",
"url": "git+https://github.com/avajs/ava-init.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "0.1.6"
}