[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "depd@1.1.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "depd@1.1.2",
|
---|
| 10 | "_id": "depd@1.1.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
|
---|
| 13 | "_location": "/depd",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "depd@1.1.2",
|
---|
| 19 | "name": "depd",
|
---|
| 20 | "escapedName": "depd",
|
---|
| 21 | "rawSpec": "1.1.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.2"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/agentkeepalive",
|
---|
| 27 | "/body-parser",
|
---|
| 28 | "/express",
|
---|
| 29 | "/http-errors",
|
---|
| 30 | "/send",
|
---|
| 31 | "/serve-index/http-errors"
|
---|
| 32 | ],
|
---|
| 33 | "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
---|
| 34 | "_spec": "1.1.2",
|
---|
| 35 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 36 | "author": {
|
---|
| 37 | "name": "Douglas Christopher Wilson",
|
---|
| 38 | "email": "doug@somethingdoug.com"
|
---|
| 39 | },
|
---|
[6a3a178] | 40 | "browser": "lib/browser/index.js",
|
---|
[59329aa] | 41 | "bugs": {
|
---|
| 42 | "url": "https://github.com/dougwilson/nodejs-depd/issues"
|
---|
| 43 | },
|
---|
| 44 | "description": "Deprecate all the things",
|
---|
[6a3a178] | 45 | "devDependencies": {
|
---|
| 46 | "beautify-benchmark": "0.2.4",
|
---|
[59329aa] | 47 | "benchmark": "2.1.4",
|
---|
[6a3a178] | 48 | "eslint": "3.19.0",
|
---|
| 49 | "eslint-config-standard": "7.1.0",
|
---|
| 50 | "eslint-plugin-markdown": "1.0.0-beta.7",
|
---|
| 51 | "eslint-plugin-promise": "3.6.0",
|
---|
| 52 | "eslint-plugin-standard": "3.0.1",
|
---|
| 53 | "istanbul": "0.4.5",
|
---|
| 54 | "mocha": "~1.21.5"
|
---|
| 55 | },
|
---|
[59329aa] | 56 | "engines": {
|
---|
| 57 | "node": ">= 0.6"
|
---|
| 58 | },
|
---|
[6a3a178] | 59 | "files": [
|
---|
| 60 | "lib/",
|
---|
| 61 | "History.md",
|
---|
| 62 | "LICENSE",
|
---|
| 63 | "index.js",
|
---|
| 64 | "Readme.md"
|
---|
| 65 | ],
|
---|
[59329aa] | 66 | "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "deprecate",
|
---|
| 69 | "deprecated"
|
---|
| 70 | ],
|
---|
| 71 | "license": "MIT",
|
---|
| 72 | "name": "depd",
|
---|
| 73 | "repository": {
|
---|
| 74 | "type": "git",
|
---|
| 75 | "url": "git+https://github.com/dougwilson/nodejs-depd.git"
|
---|
[6a3a178] | 76 | },
|
---|
| 77 | "scripts": {
|
---|
| 78 | "bench": "node benchmark/index.js",
|
---|
| 79 | "lint": "eslint --plugin markdown --ext js,md .",
|
---|
| 80 | "test": "mocha --reporter spec --bail test/",
|
---|
| 81 | "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
|
---|
| 82 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
|
---|
[59329aa] | 83 | },
|
---|
| 84 | "version": "1.1.2"
|
---|
[6a3a178] | 85 | }
|
---|