main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "depd",
|
---|
| 3 | "description": "Deprecate all the things",
|
---|
| 4 | "version": "2.0.0",
|
---|
| 5 | "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
---|
| 6 | "license": "MIT",
|
---|
| 7 | "keywords": [
|
---|
| 8 | "deprecate",
|
---|
| 9 | "deprecated"
|
---|
| 10 | ],
|
---|
| 11 | "repository": "dougwilson/nodejs-depd",
|
---|
| 12 | "browser": "lib/browser/index.js",
|
---|
| 13 | "devDependencies": {
|
---|
| 14 | "benchmark": "2.1.4",
|
---|
| 15 | "beautify-benchmark": "0.2.4",
|
---|
| 16 | "eslint": "5.7.0",
|
---|
| 17 | "eslint-config-standard": "12.0.0",
|
---|
| 18 | "eslint-plugin-import": "2.14.0",
|
---|
| 19 | "eslint-plugin-markdown": "1.0.0-beta.7",
|
---|
| 20 | "eslint-plugin-node": "7.0.1",
|
---|
| 21 | "eslint-plugin-promise": "4.0.1",
|
---|
| 22 | "eslint-plugin-standard": "4.0.0",
|
---|
| 23 | "istanbul": "0.4.5",
|
---|
| 24 | "mocha": "5.2.0",
|
---|
| 25 | "safe-buffer": "5.1.2",
|
---|
| 26 | "uid-safe": "2.1.5"
|
---|
| 27 | },
|
---|
| 28 | "files": [
|
---|
| 29 | "lib/",
|
---|
| 30 | "History.md",
|
---|
| 31 | "LICENSE",
|
---|
| 32 | "index.js",
|
---|
| 33 | "Readme.md"
|
---|
| 34 | ],
|
---|
| 35 | "engines": {
|
---|
| 36 | "node": ">= 0.8"
|
---|
| 37 | },
|
---|
| 38 | "scripts": {
|
---|
| 39 | "bench": "node benchmark/index.js",
|
---|
| 40 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
| 41 | "test": "mocha --reporter spec --bail test/",
|
---|
| 42 | "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary",
|
---|
| 43 | "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary"
|
---|
| 44 | }
|
---|
| 45 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.